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:58:28 +00:00
parent 96dc842c0d
commit 9bd974675a

View File

@ -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