Skip to content
Snippets Groups Projects
Unverified Commit e8f461ba authored by Philip Gough's avatar Philip Gough
Browse files

ci: Add runAsGroup for prom operator Deployment

parent cb55161e
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,9 @@ function(params)
template+: {
spec+: {
automountServiceAccountToken: true,
securityContext+: {
runAsGroup: 65534,
},
containers+: [kubeRbacProxy],
},
},
......
......@@ -81,6 +81,7 @@ spec:
nodeSelector:
kubernetes.io/os: linux
securityContext:
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment