diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 8302b58..33304d7 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -45,7 +45,8 @@ createHelmYaml() { # if KUBECONFIG_DATA is set if [[ -z "$KUBECONFIG_DATA" ]]; then - echo "# Installing .kube/config" + echo "# Installing $HOME/.kube/config" + echo "# $HOME" mkdir -p ~/.kube echo "$KUBECONFIG_DATA" > ~/.kube/config fi