cronjob permissions patch
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user