Fix dns secret in daemonset
This commit is contained in:
parent
530a3daa09
commit
2ceb57f763
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue