From fda569350e251d511647df4ed1202c6cf8371c06 Mon Sep 17 00:00:00 2001 From: Stefan Riepenhausen Date: Thu, 21 Sep 2023 12:28:56 +0200 Subject: [PATCH] again, spaces and eval --- helm.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helm.mk b/helm.mk index ba4267a..9316e6a 100644 --- a/helm.mk +++ b/helm.mk @@ -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 " "