Should fix access to configMap/secret
This commit is contained in:
parent
e28d6ad99f
commit
4c2e8ba7ac
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: bind-master
|
app: bind-master
|
||||||
spec:
|
spec:
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 999
|
||||||
containers:
|
containers:
|
||||||
- name: bind-master
|
- name: bind-master
|
||||||
image: internetsystemsconsortium/bind9:9.18
|
image: internetsystemsconsortium/bind9:9.18
|
||||||
|
@ -140,6 +142,8 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 999
|
||||||
containers:
|
containers:
|
||||||
- name: bind9
|
- name: bind9
|
||||||
image: internetsystemsconsortium/bind9:9.18
|
image: internetsystemsconsortium/bind9:9.18
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue