overrides/stackspin-nextcloud-override: fix volumes indentation

This commit is contained in:
xeruf 2024-12-29 22:08:11 +01:00
parent a2aff8060b
commit 2f4f238ef5

View file

@ -66,14 +66,14 @@ data:
] ]
]; ];
# https://help.nextcloud.com/t/preview-settings-not-described-well/197952/9 # https://help.nextcloud.com/t/preview-settings-not-described-well/197952/9
extraVolumes: extraVolumes:
- name: nas-media - name: nas-media
nfs: nfs:
server: 172.16.0.2 server: 172.16.0.2
path: /mnt/b/media path: /mnt/b/media
extraVolumeMounts: extraVolumeMounts:
- name: nas-media - name: nas-media
mountPath: /var/www/html/data/nfs/nas-media mountPath: /var/www/html/data/nfs/nas-media
#lifecycle: #lifecycle:
# postStartCommand: # postStartCommand:
# - '/bin/bash' # - '/bin/bash'