12345678910111213141516171819202122232425 |
- 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
- - provider: dnsomatic
- host: "@"
- domain: example.com
- ipVersion: ""
- dnsOMaticUsername: username
- dnsOMaticPassword: password
|