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
|
cat <<EOFFF
|
||||||
|
|
||||||
|
################################################
|
||||||
|
# Create a kubconfig for automatic deployments #
|
||||||
|
################################################
|
||||||
|
|
||||||
# Step 1: Set kubeconfig
|
# Step 1: Set kubeconfig
|
||||||
export KUBECONFIG=
|
export KUBECONFIG=
|
||||||
|
|
||||||
# Step 2: Create Service Account
|
# Step 2: Create Service Account
|
||||||
cat <<EOF | kubectl create -f -
|
cat <<EOF | kubectl apply --force -f -
|
||||||
EOFFF
|
EOFFF
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user