Fix dns secret in daemonset

This commit is contained in:
j 2025-07-01 15:31:46 +10:00
parent 530a3daa09
commit 2ceb57f763

View file

@ -191,7 +191,7 @@ spec:
- name: config
mountPath: /etc/bind/named.conf
subPath: named.conf
- name: bind-slave-key
- name: dns-secrets
subPath: tsig-key.conf
mountPath: /etc/bind/tsig-key.conf
- name: bind-cache
@ -202,9 +202,9 @@ spec:
- name: config
configMap:
name: bind-slave-config
- name: bind-slave-key
- name: dns-secrets
secret:
secretName: bind-slave-key
secretName: dns-secrets
- name: bind-cache
emptyDir: {}
- name: bind-rundir