Skip to content

Commit

Permalink
Fix for #3040: Update podSecurityContext and securityContext settings…
Browse files Browse the repository at this point in the history
… to changes from: "Docker: don't run as root user (#2917)" (#3041)
  • Loading branch information
rolandgroen authored Apr 10, 2024
1 parent b856651 commit 701ae93
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 701ae93

Please sign in to comment.