Files
chart/community/ddns-updater/1.0.3/ci/dnsomatic-values.yaml
2023-05-30 13:24:14 +00:00

28 lines
611 B
YAML

ddnsStorage:
data:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/data
# This disables probes.
# As we can't have for each provider
# an api key, we just run through CI
# for the linting.
ci: true
ddnsConfig:
config:
- provider: dnsomatic
host: "@"
domain: example.com
ipVersion: ""
dnsOMaticUsername: username
dnsOMaticPassword: password
dnsOMaticProviderIP: false
- provider: dnsomatic
host: "@"
domain: example.com
ipVersion: ""
dnsOMaticUsername: username
dnsOMaticPassword: password
dnsOMaticProviderIP: true