123456789101112131415161718 |
- 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: duckdns
- host: subdomain
- domain: example.com
- duckdnsToken: abcd1234-abcd-1234-abcd-abcd1234abcd
- duckdnsProviderIP: false
|