diff --git a/library/ix-dev/charts/nextcloud/templates/_persistence.tpl b/library/ix-dev/charts/nextcloud/templates/_persistence.tpl index 83c200e510..57151346f2 100644 --- a/library/ix-dev/charts/nextcloud/templates/_persistence.tpl +++ b/library/ix-dev/charts/nextcloud/templates/_persistence.tpl @@ -70,6 +70,19 @@ persistence: nginx: mountPath: /etc/nginx-certs readOnly: true + nginx-conf: + enabled: true + type: configmap + objectName: nginx + defaultMode: "0600" + items: + - key: nginx.conf + path: nginx.conf + targetSelector: + nginx: + nginx: + mountPath: /etc/nginx + readOnly: true {{- end -}} {{- include "ix.v1.common.app.postgresPersistence"