From 96dc842c0d10790131f4c8e39ab50cd51a618120 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 10:56:17 +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 7661ca4..64d7c30 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -44,7 +44,7 @@ createHelmYaml() { } # if KUBECONFIG_DATA is set -if[[ -z "$KUBECONFIG_DATA" ]]; then +if [[ -z "$KUBECONFIG_DATA" ]]; then print "# Installing .kube/config" mkdir -p ~/.kube echo "$KUBECONFIG_DATA" > ~/.kube/config