Commit 63741771 authored by João Cunha's avatar João Cunha
Browse files

DEBUG: print KUBECONFIG

parent fd189bc9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ export ASSETS_DIR='/assets'
export ASSETS_CHART_DIR="${ASSETS_DIR}/auto-deploy-app"
export ROLLOUT_RESOURCE_TYPE="${ROLLOUT_RESOURCE_TYPE:-deployment}"

echo $KUBECONFIG
kubectl config view

if [[ -z "$KUBE_NAMESPACE" ]]; then