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

ci: Add runAsGroup for blackbox exporter containers

parent 2a07e457
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,7 @@ function(params) {
} else {
runAsNonRoot: true,
runAsUser: 65534,
runAsGroup: 65534,
allowPrivilegeEscalation: false,
readOnlyRootFilesystem: true,
capabilities: { drop: ['ALL'] },
......@@ -205,6 +206,7 @@ function(params) {
securityContext: {
runAsNonRoot: true,
runAsUser: 65534,
runAsGroup: 65534,
allowPrivilegeEscalation: false,
readOnlyRootFilesystem: true,
capabilities: { drop: ['ALL'] },
......
......@@ -48,6 +48,7 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
volumeMounts:
......@@ -72,6 +73,7 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
terminationMessagePath: /dev/termination-log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment