emptydir for run dir
This commit is contained in:
parent
c63638a1a5
commit
f59f82e778
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,8 @@ spec:
|
|||
subPath: externaldns-key.conf
|
||||
- name: bind-cache
|
||||
mountPath: /var/cache/bind
|
||||
- name: bind-rundir
|
||||
mountPath: /run/named
|
||||
volumes:
|
||||
- name: dns-secrets
|
||||
secret:
|
||||
|
@ -130,6 +132,8 @@ spec:
|
|||
name: bind-master-config
|
||||
- name: bind-cache
|
||||
emptyDir: {}
|
||||
- name: bind-rundir
|
||||
emptyDir: {}
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue