mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 09:49:46 +08:00
* initial commit * add common * add portal * add readmes * add initial files * add some config * finish providers * add some custom values * add first 2 providers * add some ci tests * fix typo * fix generation * add aliyun * add allinkl * add ddnss * Add digital ocean * update some tests * add dnsomatic * add shoutrrr adresses list * add dnspod * add dnsdominio * add dreamhost * add duckdns * add dyndns * duny * add dynv6 * fix test * add freedns * fix test * fix another test * add gandi * add gcp * add godaddy * add google * add he.net * update he * add infomaniak * add inwx * fix dyndns * add linode * add luadns * add namecheap * add njalla * add noip * fix godaddy test * add opendns * add porkbun * add selfhosted.de * add servercow * hmm * add strato * add variomedia * add spdyn * remove shourrr * add ovh * typo * update customvalues test * add a check * remove test * fix test * add extra value to test * comment for now * update comment * comment all * ci... * no notifications * disable all custom for now * hmm * fix typo in selfhost.de and move some tests out temporary * fix some tsts * add custom back and with few options * rename file * tests * fix envList * add metadata * add more validation and fix questions * test diff user * latest release should fix this test * disable strategy * bump common
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
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: ovh
|
|
host: "@"
|
|
domain: example.com
|
|
ipVersion: ""
|
|
ovhMode: dynamic
|
|
ovhUsername: username
|
|
ovhPassword: password
|
|
ovhProviderIP: true
|
|
- provider: ovh
|
|
host: "@"
|
|
domain: example.com
|
|
ipVersion: ""
|
|
ovhMode: dynamic
|
|
ovhUsername: username
|
|
ovhPassword: password
|
|
ovhProviderIP: false
|
|
- provider: ovh
|
|
host: "@"
|
|
domain: example.com
|
|
ipVersion: ""
|
|
ovhMode: api
|
|
ovhApiEndpoint: ovh-eu
|
|
ovhAppKey: applicationKey
|
|
ovhAppSecret: applicationSecret
|
|
ovhConsumerKey: consumerKey
|
|
ovhProviderIP: false
|
|
- provider: ovh
|
|
host: "@"
|
|
domain: example.com
|
|
ipVersion: ""
|
|
ovhMode: api
|
|
ovhApiEndpoint: ovh-eu
|
|
ovhAppKey: applicationKey
|
|
ovhAppSecret: applicationSecret
|
|
ovhConsumerKey: consumerKey
|
|
ovhProviderIP: true
|