Skip to content

Commit

Permalink
fix(helm): uid & gid of prometheus
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Jan 2, 2024
1 parent c5a7a6e commit 612995c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions values/kube-prometheus-stack/backbone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,12 @@ prometheus:
# name:
# key:

securityContext:
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
fsGroup: 65534

additionalRulesForClusterRole: []
# - apiGroups: [ "" ]
# resources:
Expand Down

0 comments on commit 612995c

Please sign in to comment.