Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Jan 5, 2024
1 parent 49bdf9f commit 9ecaa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-helm-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ecaa3b

Please sign in to comment.