Skip to content

Commit

Permalink
fix html storage
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Apr 26, 2024
1 parent 80f26e3 commit 71b9823
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/ix-dev/charts/nextcloud/templates/_persistence.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ persistence:
nextcloud:
nextcloud:
mountPath: /var/www/html
{{- if .Values.ncStorage.isDataInTheSameVolume }}
subPath: html
{{- end }}
nextcloud-cron:
nextcloud-cron:
mountPath: /var/www/html
{{- if .Values.ncStorage.isDataInTheSameVolume }}
subPath: html
{{- end }}
postgresbackup:
postgresbackup:
mountPath: /nc-config
Expand Down

0 comments on commit 71b9823

Please sign in to comment.