From c128b6764ec2250f72181935fb8a855f77661150 Mon Sep 17 00:00:00 2001 From: BP Date: Wed, 9 Aug 2023 16:56:57 -0600 Subject: [PATCH] Update the source of the templates Signed-off-by: BP --- 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 61594954..81fb913d 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -115,7 +115,7 @@ for variable in "${DEPLOYMENTS[@]}"; do fi done # shellcheck disable=SC1083 -find ./ -name '*.yaml' -exec sed -i "s|nextcloud-aio-namespace|\{\{ values.NAMESPACE \}\}|" \{} \; +find ./ -name '*.yaml' -exec sed -i "s|nextcloud-aio-namespace|\{\{ .Values.NAMESPACE \}\}|" \{} \; # shellcheck disable=SC1083 find ./ -name '*service.yaml' -exec sed -i "/^status:/,$ d" \{} \; # shellcheck disable=SC1083