From 25c5b3dd6579be1cc8f7f3edb274d5ea165767b9 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 21 Nov 2023 19:10:06 +0100 Subject: [PATCH] helm - add namespace to different section Signed-off-by: Simon L --- nextcloud-aio-helm-chart/update-helm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index b3525ece..c257cd05 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -264,8 +264,6 @@ 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: 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 echo 'STORAGE_CLASS: # By setting this, you can adjust the storage class for your volumes' >> /tmp/sample.conf @@ -278,6 +276,7 @@ sed -i "s|NEXTCLOUD_DATA_STORAGE_SIZE: 1Gi|NEXTCLOUD_DATA_STORAGE_SIZE: 5Gi|" /t # Additional config cat << ADDITIONAL_CONFIG >> /tmp/sample.conf +NAMESPACE: default # By changing this, you can adjust the namespace of the installation which allows to install multiple instances on one kubernetes cluster SUBSCRIPTION_KEY: # This allows to set the Nextcloud Enterprise key via ENV APPS_ALLOWLIST: # This allows to configure allowed apps that will be shown in Nextcloud's Appstore. You need to enter the app-IDs of the apps here and separate them with spaces. E.g. 'files richdocuments' SMTP_HOST: # (empty by default): The hostname of the SMTP server.