From d92fd28aa37663fe86bc34145366c9fadef07fad Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 17 Apr 2024 17:27:59 +0300 Subject: [PATCH] actually mount the config --- .../charts/nextcloud/templates/_persistence.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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"