Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ podSecurityContext:
fsGroupChangePolicy: Always
sysctls: []
supplementalGroups: []
fsGroup: 1001
fsGroup: 1000
## Configure Container Security Context
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
## @param containerSecurityContext.enabled Enabled containers' Security Context
Expand All @@ -270,8 +270,8 @@ podSecurityContext:
containerSecurityContext:
enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
Expand Down