diff --git a/deploy/nextcloud/nextcloud-helm-values.yaml b/deploy/nextcloud/nextcloud-helm-values.yaml index 7eeddeb..010db99 100644 --- a/deploy/nextcloud/nextcloud-helm-values.yaml +++ b/deploy/nextcloud/nextcloud-helm-values.yaml @@ -104,16 +104,9 @@ nextcloud: mkdir -p /mnt/shared # Fix permissions on parents pvc folder data-folder-structure - chown 33:33 /mnt/users - chown 33:33 /mnt/shared - chown 33:33 /mnt/users/marcio.fernandes - chown 33:33 /mnt/users/marcio.fernandes/Documents - chown 33:33 /mnt/users/marcio.fernandes/Photos - chown 33:33 /mnt/shared/Gaming - chown 33:33 /mnt/shared/Music - chown 33:33 /mnt/shared/Videos - chown 33:33 /mnt/shared/NerdStuff - + chown 33:33 /mnt/users -R + chown 33:33 /mnt/shared -R + volumeMounts: - name: data-folder-structure mountPath: /mnt