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