From 29fbcff244ae800a558782c9f67855bdcb1672e6 Mon Sep 17 00:00:00 2001 From: Stefan Riepenhausen Date: Thu, 8 Dec 2022 11:13:31 +0100 Subject: [PATCH] debugging version --- helm.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm.mk b/helm.mk index 072c1f4..842d22a 100644 --- a/helm.mk +++ b/helm.mk @@ -6,6 +6,9 @@ start-helm: @- echo "\n### starting deployment with helmfile" @- echo "\n### setting kubernetes context to $(K8S_CONTEXT)" @ kubectl config use-context $(K8S_CONTEXT) +# + @ echo "kubectl version" + @- kubectl version # @- echo "\n### create namespace $(NAMESPACE)" @- kubectl create namespace "$(NAMESPACE)" --dry-run=client -o yaml | kubectl apply -f -