fix securitycontext for nextcloud

This commit is contained in:
kjeld Schouten-Lebbing 2021-07-03 12:58:26 +02:00
parent 750396b6fa
commit a46b93460e
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 3 deletions

View File

@ -35,4 +35,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 1.0.16
version: 1.0.17

View File

@ -44,8 +44,7 @@ spec:
{{- end }}
securityContext:
runAsUser: 33
runAsgroup: 33
fsGroup: 33
runAsGroup: 33
resources:
{{ toYaml .Values.resources | indent 16 }}