Skip to content

Commit

Permalink
Merge branch 'master' into mitzXnuts
Browse files Browse the repository at this point in the history
* master:
  Fix for #3040: Update podSecurityContext and securityContext settings to changes from: "Docker: don't run as root user (#2917)" (#3041)
  • Loading branch information
rolandgroen committed Apr 10, 2024
2 parents 1759576 + 701ae93 commit f9e2dee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions charts/nuts-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 18081

securityContext: {}
securityContext:
runAsUser: 18081
runAsGroup: 18081
# capabilities:
# drop:
# - ALL
Expand Down

0 comments on commit f9e2dee

Please sign in to comment.