Compare commits
2 commits
280a36a591
...
2ceb57f763
Author | SHA1 | Date | |
---|---|---|---|
2ceb57f763 | |||
530a3daa09 |
1 changed files with 4 additions and 6 deletions
|
@ -139,7 +139,7 @@ spec:
|
|||
- name: dns-secrets
|
||||
mountPath: /etc/bind/externaldns-key.conf
|
||||
subPath: externaldns-key.conf
|
||||
- name: bind-slave-key
|
||||
- name: dns-secrets
|
||||
subPath: tsig-key.conf
|
||||
mountPath: /etc/bind/tsig-key.conf
|
||||
- name: bind-cache
|
||||
|
@ -152,8 +152,6 @@ spec:
|
|||
- name: dns-secrets
|
||||
secret:
|
||||
secretName: dns-secrets
|
||||
- name: bind-slave-key
|
||||
subPath: tsig-key.conf
|
||||
- name: config
|
||||
configMap:
|
||||
name: bind-master-config
|
||||
|
@ -193,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
|
||||
|
@ -204,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