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

This commit is contained in:
ties 2024-08-27 11:04:15 +00:00
parent 28ea84e7fd
commit f2eeb458e4

View File

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