Skip to content

Commit 14b36a8

Browse files
authored
Update values.yaml
1 parent 4efb76f commit 14b36a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ configData:
154154
interval: 10s
155155
threshold: 3
156156

157-
podSecurityContext:
158-
enabled: true
159-
fsGroupChangePolicy: Always
160-
sysctls: []
161-
supplementalGroups: []
162-
fsGroup: 1000
163-
164157
containerSecurityContext:
165158
enabled: true
166159
seLinuxOptions: {}
@@ -176,6 +169,13 @@ containerSecurityContext:
176169
seccompProfile:
177170
type: RuntimeDefault
178171

172+
securityContext:
173+
enabled: true
174+
fsGroupChangePolicy: Always
175+
sysctls: []
176+
supplementalGroups: []
177+
fsGroup: 1000
178+
179179
priorityClassName: ""
180180

181181
podDisruptionBudget: {}

0 commit comments

Comments
 (0)