Skip to content

Commit

Permalink
set allowPrivilegeEscalation false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-carlsson committed Jan 31, 2025
1 parent 006172b commit 4b1dd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/komoplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ podSecurityContext:
fsGroup: 2000

securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
Expand Down

0 comments on commit 4b1dd6e

Please sign in to comment.