Skip to content
Snippets Groups Projects
Commit bad5b334 authored by Varac's avatar Varac
Browse files

Merge branch '2-unknown-field-fsgroup-in-io-k8s-api-core-v1-securitycontext' into 'master'

Resolve "unknown field "fsGroup" in io.k8s.api.core.v1.SecurityContext"

Closes #2

See merge request openappstack/nextcloud!2
parents bcd05259 146e400e
No related branches found
No related tags found
1 merge request!2Resolve "unknown field "fsGroup" in io.k8s.api.core.v1.SecurityContext"
......@@ -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