diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 1de1587..c5f26db 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -68,6 +68,8 @@ elif [[ "$action" == "deploy" ]]; then elif [[ "$action" == "debug" ]]; then echo "# dumping files" find . -type f -print -exec cat {} \; + echo "# Computed file" + createHelmYaml else echo "# invalid action" fi