fix securitycontext for nextcloud
This commit is contained in:
parent
750396b6fa
commit
a46b93460e
|
@ -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.16
|
version: 1.0.17
|
||||||
|
|
|
@ -44,8 +44,7 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 33
|
runAsUser: 33
|
||||||
runAsgroup: 33
|
runAsGroup: 33
|
||||||
fsGroup: 33
|
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.resources | indent 16 }}
|
{{ toYaml .Values.resources | indent 16 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue