fix core infra dns
This commit is contained in:
@ -10,7 +10,7 @@ local_dns_default_values:
|
||||
zone: "{{ local_domain }}"
|
||||
tsigSecret: "{{ k8s_tsig }}"
|
||||
tsigSecretAlg: "{{ local_dns_tsigSecretAlg | default('hmac-sha512') }}"
|
||||
tsigKeyname: "{{ local_dns_tsigKeyname | default('k8s') }}"
|
||||
tsigKeyname: "{{ local_dns_tsigKeyname | default(namespace) }}"
|
||||
tsigAxfr: true
|
||||
## Possible units [ns, us, ms, s, m, h], see more https://golang.org/pkg/time/#ParseDuration
|
||||
minTTL: "30s"
|
||||
|
Reference in New Issue
Block a user