Skip to content

Commit

Permalink
move to non-root user config to pod level
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 14, 2024
1 parent a193a03 commit d996e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ global:
# #
####################################
podSecurityContext:
runAsUser: 1000
fsGroup: 10001
seccompProfile:
type: RuntimeDefault

containerSecurityContext:
runAsUser: 1000
privileged: false
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit d996e68

Please sign in to comment.