again, spaces and eval

This commit is contained in:
Stefan Riepenhausen 2023-09-21 12:28:56 +02:00
parent 28c66e0399
commit fda569350e
1 changed files with 2 additions and 3 deletions

View File

@ -10,15 +10,14 @@ start-helm:
ifdef TEST_MODE ifdef TEST_MODE
@- echo "Testing chart with 'helm template --debug'" @- echo "Testing chart with 'helm template --debug'"
@ envsubst < ${HELM_VALUES_FILE} | helm template ${HELM_CHART_NAME} ${HELM_CHART_PATH} --debug --values - @ envsubst < ${HELM_VALUES_FILE} | helm template ${HELM_CHART_NAME} ${HELM_CHART_PATH} --debug --values -
endif endif
ifdef NAMESPACE ifdef NAMESPACE
@ K8S_NAMESPACE =: $(NAMESPACE) K8S_NAMESPACE = $$(NAMESPACE)
endif endif
ifdef DEBUG_MODE ifdef DEBUG_MODE
@- echo "\n### deploying helm chart with --debug flag" @- echo "\n### deploying helm chart with --debug flag"
@- echo "-- DEBUG DEPLOYMENT --------------------" @- echo "-- DEBUG DEPLOYMENT --------------------"
@- echo " " @- echo " "