Skip to content

Commit

Permalink
runfix: assign a user and group id to containers (#4620)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 authored and tlebon committed Mar 13, 2024
1 parent fef756d commit 3b736fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/account-pages/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ podSecurityContext:
capabilities:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
seccompProfile:
type: RuntimeDefault

0 comments on commit 3b736fc

Please sign in to comment.