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

Merge pull request #2424 from philipgough/ci-fix-ne

parents 2147ea00 e8995efc
Branches
Tags
No related merge requests found
......@@ -295,6 +295,7 @@ function(params) {
serviceAccountName: ne._config.name,
priorityClassName: 'system-cluster-critical',
securityContext: {
runAsGroup: 65534,
runAsUser: 65534,
runAsNonRoot: true,
},
......
......@@ -102,6 +102,7 @@ spec:
kubernetes.io/os: linux
priorityClassName: system-cluster-critical
securityContext:
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
serviceAccountName: node-exporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment