cronjob permissions patch

This commit is contained in:
kjeld Schouten-Lebbing
2021-07-03 12:40:52 +02:00
parent 719237bcca
commit dad4c20739
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
type: application type: application
version: 1.0.15 version: 1.0.16
@@ -43,11 +43,9 @@ spec:
{{ nindent 16 . }} {{ nindent 16 . }}
{{- end }} {{- end }}
securityContext: securityContext:
{{- if .Values.securityContext }} runAsUser: 33
{{- with .Values.securityContext }} runAsgroup: 33
{{- toYaml . | nindent 17 }} fsGroup: 33
{{- end }}
{{- end }}
resources: resources:
{{ toYaml .Values.resources | indent 16 }} {{ toYaml .Values.resources | indent 16 }}