DEPLOY_TYPE "copy" is now named "simple", \("copy" will work anyways for a while\)

This commit is contained in:
Andreas Neue 2023-06-14 10:59:43 +02:00
parent 66ff45c76d
commit f6a9688c9d
3 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,10 @@ ifdef TEST_MODE
@ envsubst < ${HELM_VALUES_FILE} | helm template ${HELM_CHART_NAME} ${HELM_CHART_PATH} --debug --values -
endif
ifdef NAMESPACE
K8S_NAMESPACE = $(NAMESPACE)
endif
@- echo "\n### deploying helm chart"
@- echo "-- DEPLOYMENT --------------------"
@- echo " "