From 4065ab659c0dec55f1c71871b28c7d3ebfbb2221 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 19 Jul 2023 17:08:17 +0200 Subject: [PATCH] add explanation to namespace Signed-off-by: Simon L --- nextcloud-aio-helm-chart/update-helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 43857909..61594954 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -206,7 +206,7 @@ sed -i '/_ENABLED.*/s/ no / "no" /' /tmp/sample.conf sed -i 's|^NEXTCLOUD_TRUSTED_CACERTS_DIR: .*|NEXTCLOUD_TRUSTED_CACERTS_DIR: # Setting this to any value allows to automatically import root certificates into the Nextcloud container|' /tmp/sample.conf sed -i 's|10737418240|"10737418240"|' /tmp/sample.conf # shellcheck disable=SC2129 -echo "NAMESPACE: nextcloud-aio" >> /tmp/sample.conf +echo "NAMESPACE: default # By changing this, you can adjust the namespace of the installation which allows to install multiple instances on one kubernetes cluster" >> /tmp/sample.conf # shellcheck disable=SC2129 echo "" >> /tmp/sample.conf # shellcheck disable=SC2129