readd security context
This commit is contained in:
parent
be0d734ca9
commit
6133b4b77a
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,8 @@ spec:
|
|||
labels:
|
||||
app: bind-master
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 999
|
||||
containers:
|
||||
- name: bind-master
|
||||
image: internetsystemsconsortium/bind9:9.18
|
||||
|
@ -140,6 +142,8 @@ spec:
|
|||
spec:
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
securityContext:
|
||||
fsGroup: 999
|
||||
containers:
|
||||
- name: bind9
|
||||
image: internetsystemsconsortium/bind9:9.18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue