From d656fcaa1dec660127b20925e34d40db16071204 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 12:32:30 +0000 Subject: [PATCH] Update createHelmYaml.sh --- createHelmYaml.sh | 2 ++ 1 file changed, 2 insertions(+) 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