Skip to content

Commit

Permalink
revert runAsGroup and runAsUser
Browse files Browse the repository at this point in the history
Signed-off-by: Gianmarco Mameli <gnammyx@gmail.com>
  • Loading branch information
gianmarco-mameli authored and dirien committed Sep 28, 2024
1 parent 6644687 commit a9b0fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/node-red/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsGroup: 1000
runAsUser: 1000
runAsGroup: 10003
runAsUser: 10003
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down

0 comments on commit a9b0fdf

Please sign in to comment.