mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 14:59:50 +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
19 lines
394 B
YAML
19 lines
394 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: duckdns
|
|
host: subdomain
|
|
domain: example.com
|
|
duckdnsToken: abcd1234-abcd-1234-abcd-abcd1234abcd
|
|
duckdnsProviderIP: false
|