We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efb76f commit 14b36a8Copy full SHA for 14b36a8
values.yaml
@@ -154,13 +154,6 @@ configData:
154
interval: 10s
155
threshold: 3
156
157
-podSecurityContext:
158
- enabled: true
159
- fsGroupChangePolicy: Always
160
- sysctls: []
161
- supplementalGroups: []
162
- fsGroup: 1000
163
-
164
containerSecurityContext:
165
enabled: true
166
seLinuxOptions: {}
@@ -176,6 +169,13 @@ containerSecurityContext:
176
169
seccompProfile:
177
170
type: RuntimeDefault
178
171
172
+securityContext:
173
+ enabled: true
174
+ fsGroupChangePolicy: Always
175
+ sysctls: []
+ supplementalGroups: []
+ fsGroup: 1000
+
179
priorityClassName: ""
180
181
podDisruptionBudget: {}
0 commit comments