From 0a3db749712c07214dada98f93ddcaab3cf7493d Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 19 Jun 2023 15:21:36 +0200 Subject: [PATCH] Revert "do not use read-only config in kubernetes" This reverts commit 24cfe38c8d0f1f05919abe884d05ba3bdc802d0a. Signed-off-by: Simon L --- nextcloud-aio-helm-chart/update-helm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 5ae39d0e..11fb8137 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -39,7 +39,6 @@ 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