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
@- 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
ifdef NAMESPACE
@ K8S_NAMESPACE =: $(NAMESPACE)
K8S_NAMESPACE = $$(NAMESPACE)
endif
ifdef DEBUG_MODE
@- echo "\n### deploying helm chart with --debug flag"
@- echo "-- DEBUG DEPLOYMENT --------------------"
@- echo " "