Update createServiceAccount.sh
All checks were successful
Build docker container / Build image (push) Successful in 16s
All checks were successful
Build docker container / Build image (push) Successful in 16s
This commit is contained in:
parent
e6d32b6e29
commit
fc20646701
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user