Skip to content
Snippets Groups Projects
Unverified Commit 01c0e7d1 authored by Kemal Akkoyun's avatar Kemal Akkoyun Committed by GitHub
Browse files

Merge pull request #2428 from philipgough/ci-fix-prom

ci: Add runAsGroup for prom operator Deployment
parents c523c26a e8f461ba
Branches
Tags
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