Skip to content

Commit 3f325fe

Browse files
authored
Update values.yaml
1 parent b7a3239 commit 3f325fe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

values.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,25 @@ configData:
154154
interval: 10s
155155
threshold: 3
156156

157-
containerSecurityContext:
157+
podSecurityContext:
158158
enabled: true
159-
runAsUser: 1000
159+
fsGroupChangePolicy: Always
160+
sysctls: []
161+
supplementalGroups: []
162+
fsGroup: 1000
160163

161-
podSecurityContext:
164+
containerSecurityContext:
165+
enabled: true
166+
seLinuxOptions: {}
162167
allowPrivilegeEscalation: false
163168
capabilities:
164169
drop:
165170
- ALL
166171
privileged: false
167172
readOnlyRootFilesystem: true
173+
runAsUser: 1000
168174
runAsGroup: 1000
169175
runAsNonRoot: true
170-
runAsUser: 1000
171176
seccompProfile:
172177
type: RuntimeDefault
173178

0 commit comments

Comments
 (0)