File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/prometheus-federator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,12 +192,12 @@ helmProjectOperator:
192192 containerSecurityContext :
193193 allowPrivilegeEscalation : false
194194 privileged : false
195+ readOnlyRootFilesystem : true
195196 capabilities :
196197 drop :
197198 - all
198199
199200 securityContext :
200- readOnlyRootFilesystem : true
201201 runAsNonRoot : true
202202 runAsUser : 1000
203203 runAsGroup : 1000
@@ -230,12 +230,12 @@ helmProjectOperator:
230230 containerSecurityContext :
231231 allowPrivilegeEscalation : false
232232 privileged : false
233+ readOnlyRootFilesystem : true
233234 capabilities :
234235 drop :
235236 - all
236237
237238 securityContext :
238- readOnlyRootFilesystem : true
239239 runAsNonRoot : true
240240 runAsUser : 1000
241241 runAsGroup : 1000
You can’t perform that action at this time.
0 commit comments