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

Merge pull request #2423 from philipgough/ci-fix-grafana

parents e3afd46d d0b0b0d0
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,9 @@ function(params)
template+: {
spec+: {
automountServiceAccountToken: false,
securityContext+: {
runAsGroup: 65534,
},
},
},
},
......
......@@ -152,6 +152,7 @@ spec:
kubernetes.io/os: linux
securityContext:
fsGroup: 65534
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
serviceAccountName: grafana
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment