Add additional group 6

This commit is contained in:
Ruben Hensen
2025-02-26 15:10:11 +01:00
parent 3dd146bc15
commit 304bede5d5
+19 -3
View File
@@ -72,10 +72,26 @@ spec:
## ##
annotations: {} annotations: {}
allowEmptyPassword: true allowEmptyPassword: true
volumePermissions: containerSecurityContext:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
##
enabled: true enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 0
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
seccompProfile:
type: "RuntimeDefault
podSecurityContext:
enabled: true
fsGroupChangePolicy: Always
sysctls: []
supplementalGroups:
- 6
fsGroup: 1001
syncPolicy: syncPolicy:
syncOptions: syncOptions: