Compare commits
No commits in common. "2ceb57f763368c3510d57cb514d58c583a14b2fe" and "280a36a5911f1445717803920849a7234fe9c6d4" have entirely different histories.
2ceb57f763
...
280a36a591
1 changed files with 6 additions and 4 deletions
|
@ -139,7 +139,7 @@ spec:
|
|||
- name: dns-secrets
|
||||
mountPath: /etc/bind/externaldns-key.conf
|
||||
subPath: externaldns-key.conf
|
||||
- name: dns-secrets
|
||||
- name: bind-slave-key
|
||||
subPath: tsig-key.conf
|
||||
mountPath: /etc/bind/tsig-key.conf
|
||||
- name: bind-cache
|
||||
|
@ -152,6 +152,8 @@ spec:
|
|||
- name: dns-secrets
|
||||
secret:
|
||||
secretName: dns-secrets
|
||||
- name: bind-slave-key
|
||||
subPath: tsig-key.conf
|
||||
- name: config
|
||||
configMap:
|
||||
name: bind-master-config
|
||||
|
@ -191,7 +193,7 @@ spec:
|
|||
- name: config
|
||||
mountPath: /etc/bind/named.conf
|
||||
subPath: named.conf
|
||||
- name: dns-secrets
|
||||
- name: bind-slave-key
|
||||
subPath: tsig-key.conf
|
||||
mountPath: /etc/bind/tsig-key.conf
|
||||
- name: bind-cache
|
||||
|
@ -202,9 +204,9 @@ spec:
|
|||
- name: config
|
||||
configMap:
|
||||
name: bind-slave-config
|
||||
- name: dns-secrets
|
||||
- name: bind-slave-key
|
||||
secret:
|
||||
secretName: dns-secrets
|
||||
secretName: bind-slave-key
|
||||
- name: bind-cache
|
||||
emptyDir: {}
|
||||
- name: bind-rundir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue