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

This commit is contained in:
ties 2024-08-29 12:44:34 +00:00
parent e6d32b6e29
commit fc20646701

View File

@ -10,11 +10,15 @@ resources=$(echo "$HELM_OUTPUT" | yq -o=json | jq -rc '{apiVersion, kind}' | sor
cat <<EOFFF
################################################
# Create a kubconfig for automatic deployments #
################################################
# Step 1: Set kubeconfig
export KUBECONFIG=
# Step 2: Create Service Account
cat <<EOF | kubectl create -f -
cat <<EOF | kubectl apply --force -f -
EOFFF