From 9ecaa3b0a9677d6caa37aafda47ac5877a17f6dd Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Fri, 5 Jan 2024 17:39:39 +0200 Subject: [PATCH] Update comment --- scripts/release-helm-chart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-helm-chart.sh b/scripts/release-helm-chart.sh index 29028063..46c8e895 100755 --- a/scripts/release-helm-chart.sh +++ b/scripts/release-helm-chart.sh @@ -33,7 +33,7 @@ for f in $CRD_TARGET_PATH/*; do mv $f $CRD_TARGET_PATH/$TARGET_FILENAME done -# Add conditionals to the and beginning before applying them to the templates path +# Add Helm conditionals to the end and beginnin of CRDs before applying them to the templates path echo "Updating CRDs in" $TEMPLATE_HOME CRD_FILE_NAME=$TEMPLATE_HOME/crds.yaml echo '{{- if .Values.updateCRDs }}' > $CRD_FILE_NAME