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/helm
type: application
version: 1.0.15
version: 1.0.16
@@ -43,11 +43,9 @@ spec:
{{ nindent 16 . }}
{{- end }}
securityContext:
{{- if .Values.securityContext }}
{{- with .Values.securityContext }}
{{- toYaml . | nindent 17 }}
{{- end }}
{{- end }}
runAsUser: 33
runAsgroup: 33
fsGroup: 33
resources:
{{ toYaml .Values.resources | indent 16 }}