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