diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 67ff53e..1de1587 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -65,6 +65,9 @@ elif [[ "$action" == "deploy" ]] && [[ -n "$KUBECONFIG_DATA" ]]; then elif [[ "$action" == "deploy" ]]; then echo "# no .kube/config set" kubectl version --client=true +elif [[ "$action" == "debug" ]]; then + echo "# dumping files" + find . -type f -print -exec cat {} \; else echo "# invalid action" fi