again, spaces and eval
This commit is contained in:
parent
28c66e0399
commit
fda569350e
5
helm.mk
5
helm.mk
|
@ -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 " "
|
||||||
|
|
Loading…
Reference in New Issue