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:14:18 +00:00
parent aaab02a962
commit 9f43162b7a

View File

@ -45,10 +45,10 @@ createHelmYaml() {
# if KUBECONFIG_DATA is set # if KUBECONFIG_DATA is set
if [[ -z "$KUBECONFIG_DATA" ]]; then if [[ -z "$KUBECONFIG_DATA" ]]; then
echo "# Installing ~/.kube/config" # echo "# Installing ~/.kube/config"
mkdir -p ~/.kube # mkdir -p ~/.kube
echo "$KUBECONFIG_DATA" > ~/.kube/config # echo "$KUBECONFIG_DATA" > ~/.kube/config
ls "~/.kube" ls "/home"
fi fi
# Check if the action environment variable is set to 'print' # Check if the action environment variable is set to 'print'