From 8a92e45d1faaeb48c379a992cab67ca9deb08a7c Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 11:20:28 +0000 Subject: [PATCH] Update createHelmYaml.sh --- createHelmYaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 2038b79..cd14ae9 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -53,7 +53,7 @@ fi # Check if the action environment variable is set to 'print' if [[ "$action" == "print" ]]; then createHelmYaml -elif [[ -z "$KUBECONFIG_DATA" ]]; then +elif [[ "$KUBECONFIG_DATA" ]]; then wc -l /home/notroot/.kube/config ls -alh /home/notroot/.kube/config kubectl version --client=true