Skip to content
Snippets Groups Projects
Verified Commit 146e400e authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

move securityContext up 1 level so fsGroup works

parent bcd05259
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,13 @@ spec:
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
spec:
restartPolicy: Never
securityContext:
fsGroup: 33
runAsUser: 33
runAsGroup: 33
containers:
- name: {{ .Release.Name }}-register-collabora-job
image: {{ .Values.nextcloud.image.repository }}:{{ .Values.nextcloud.image.tag }}
securityContext:
runAsUser: 33
runAsGroup: 33
fsGroup: 33
command:
- "/bin/bash"
- "-c"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment