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://hotio.dev/containers/cloudflareddns/
|
||||
type: application
|
||||
version: 4.0.1
|
||||
version: 4.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
|
||||
@@ -116,7 +116,7 @@ questions:
|
||||
required: true
|
||||
valid_chars: '^((?!(\.cf|\.ga|\.gq|\.ml|\.tk)$).)*$'
|
||||
default: ""
|
||||
- variable: type
|
||||
- variable: record
|
||||
label: Record Type
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -21,15 +21,16 @@ cloudflareddns:
|
||||
detect_override: ""
|
||||
log_level: 3
|
||||
host_zone_record:
|
||||
- domain: example.com
|
||||
zone: example.com
|
||||
record: A
|
||||
- domain: foobar.com
|
||||
zone: foobar.com
|
||||
record: A
|
||||
- domain: foobar.com
|
||||
zone: foobar.com
|
||||
record: AAAA
|
||||
[]
|
||||
# - domain: example.com
|
||||
# zone: example.com
|
||||
# record: A
|
||||
# - domain: foobar.com
|
||||
# zone: foobar.com
|
||||
# record: A
|
||||
# - domain: foobar.com
|
||||
# zone: foobar.com
|
||||
# record: AAAA
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
Reference in New Issue
Block a user