modified: deploy/nextcloud/nextcloud-helm-values.yaml
This commit is contained in:
@@ -104,16 +104,9 @@ nextcloud:
|
|||||||
mkdir -p /mnt/shared
|
mkdir -p /mnt/shared
|
||||||
|
|
||||||
# Fix permissions on parents pvc folder data-folder-structure
|
# Fix permissions on parents pvc folder data-folder-structure
|
||||||
chown 33:33 /mnt/users
|
chown 33:33 /mnt/users -R
|
||||||
chown 33:33 /mnt/shared
|
chown 33:33 /mnt/shared -R
|
||||||
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
|
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data-folder-structure
|
- name: data-folder-structure
|
||||||
mountPath: /mnt
|
mountPath: /mnt
|
||||||
|
|||||||
Reference in New Issue
Block a user