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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue