Should fix access to configMap/secret

This commit is contained in:
j 2025-07-01 11:09:36 +10:00
parent e28d6ad99f
commit 4c2e8ba7ac

View file

@ -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