Skip to content

Commit

Permalink
Don't set user for initcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z committed Dec 20, 2024
1 parent 23c7abc commit 4ae6c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/1password-scim-bridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ op-scim-bridge:
- ALL
privileged: false
readOnlyRootFilesystem: false
runAsUser: 999
runAsGroup: 999
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault

podSecurityContext:
runAsUser: 999
runAsGroup: 999
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault

0 comments on commit 4ae6c0b

Please sign in to comment.