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