fix(cloudflareddns) fix record type variable list (#6001)

* fix(cloudflareddns) fix record type variable list

* .

* Update charts/stable/cloudflareddns/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2023-01-06 20:06:59 +00:00
committed by GitHub
co-authored by Stavros Kois
parent 488e13c312
commit 6d9cb59c6b
3 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/hotio/cloudflareddns - https://github.com/hotio/cloudflareddns
- https://hotio.dev/containers/cloudflareddns/ - https://hotio.dev/containers/cloudflareddns/
type: application type: application
version: 4.0.1 version: 4.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- networking - networking
+1 -1
View File
@@ -116,7 +116,7 @@ questions:
required: true required: true
valid_chars: '^((?!(\.cf|\.ga|\.gq|\.ml|\.tk)$).)*$' valid_chars: '^((?!(\.cf|\.ga|\.gq|\.ml|\.tk)$).)*$'
default: "" default: ""
- variable: type - variable: record
label: Record Type label: Record Type
schema: schema:
type: string type: string
+10 -9
View File
@@ -21,15 +21,16 @@ cloudflareddns:
detect_override: "" detect_override: ""
log_level: 3 log_level: 3
host_zone_record: host_zone_record:
- domain: example.com []
zone: example.com # - domain: example.com
record: A # zone: example.com
- domain: foobar.com # record: A
zone: foobar.com # - domain: foobar.com
record: A # zone: foobar.com
- domain: foobar.com # record: A
zone: foobar.com # - domain: foobar.com
record: AAAA # zone: foobar.com
# record: AAAA
probes: probes:
liveness: liveness: