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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user