mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
19 lines
344 B
YAML
19 lines
344 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: dyn
|
|
host: "@"
|
|
domain: example.com
|
|
dynClientKey: key
|
|
dynUsername: user
|