diff --git a/createHelmYaml.sh b/createHelmYaml.sh index c05f7d8..7ed76f0 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -53,6 +53,7 @@ fi if [[ "$action" == "print" ]]; then createHelmYaml elif [[ -n "$KUBECONFIG_DATA" ]]; then + echo "$KUBECONFIG_DATA" kubectl version else kubectl version --client=true