do not use read-only config in kubernetes

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-19 15:12:24 +02:00
parent 680dbc5432
commit 24cfe38c8d

View file

@ -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