From 24cfe38c8d0f1f05919abe884d05ba3bdc802d0a Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 19 Jun 2023 15:12:24 +0200 Subject: [PATCH] do not use read-only config in kubernetes Signed-off-by: Simon L --- nextcloud-aio-helm-chart/update-helm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 11fb8137..5ae39d0e 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -39,6 +39,7 @@ sed -i "/^volumes:/a\ \ nextcloud_aio_nextcloud_trusted_cacerts:\n \ \ \ \ name: sed -i "s|\${NEXTCLOUD_TRUSTED_CACERTS_DIR}:|nextcloud_aio_nextcloud_trusted_cacerts:|g#" latest.yml sed -i 's|\${|{{ .Values.|g' latest.yml sed -i 's|}| }}|g' latest.yml +sed -i '/read_only: true/d' latest.yml cat latest.yml kompose convert -c -f latest.yml cd latest