Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 10s

This commit is contained in:
ties 2024-08-27 10:56:17 +00:00
parent d7b00a7caa
commit 96dc842c0d

View File

@ -44,7 +44,7 @@ createHelmYaml() {
} }
# if KUBECONFIG_DATA is set # if KUBECONFIG_DATA is set
if[[ -z "$KUBECONFIG_DATA" ]]; then if [[ -z "$KUBECONFIG_DATA" ]]; then
print "# Installing .kube/config" print "# Installing .kube/config"
mkdir -p ~/.kube mkdir -p ~/.kube
echo "$KUBECONFIG_DATA" > ~/.kube/config echo "$KUBECONFIG_DATA" > ~/.kube/config