Skip to content

Commit af6de8b

Browse files
teomichaelstingl
authored andcommitted
Set fsGroupChangePolicy: OnRootMismatch to avoid a chown -R
1 parent 10a3b08 commit af6de8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/opencloud/templates/opencloud/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ spec:
3737
spec:
3838
securityContext:
3939
fsGroup: 1000
40+
fsGroupChangePolicy: OnRootMismatch
4041
initContainers:
4142
- name: init-config
4243
image: {{ include "opencloud.image" (dict "imageValues" .Values.busybox.image "global" .Values.global) | quote }}

0 commit comments

Comments
 (0)