Skip to content

Commit

Permalink
Merge pull request #2424 from philipgough/ci-fix-ne
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkoyun authored May 13, 2024
2 parents 2147ea0 + e8995ef commit e3afd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jsonnet/kube-prometheus/components/node-exporter.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ function(params) {
serviceAccountName: ne._config.name,
priorityClassName: 'system-cluster-critical',
securityContext: {
runAsGroup: 65534,
runAsUser: 65534,
runAsNonRoot: true,
},
Expand Down
1 change: 1 addition & 0 deletions manifests/nodeExporter-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ spec:
kubernetes.io/os: linux
priorityClassName: system-cluster-critical
securityContext:
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
serviceAccountName: node-exporter
Expand Down

0 comments on commit e3afd46

Please sign in to comment.