mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
21 lines
414 B
YAML
21 lines
414 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: netcup
|
|
host: "@"
|
|
domain: example.com
|
|
ipVersion: ""
|
|
netcupApiKey: apikey
|
|
netcupPassword: password
|
|
netcupCustomerNumber: customer
|