Skip to content

Commit

Permalink
added secret manger for secreats
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 12, 2023
1 parent efec92f commit 51e33fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
PROJECT_ID="$(gcloud config get-value project)"
REGION="$1"
SA="$2"
echo "$SA"
# install gke-gcloud-auth-plugin to install kubectl and authenticate gke.
gcloud components install gke-gcloud-auth-plugin
kubectl create secret generic gcpsm-secret --from-file=secret-access-credentials="$SA"
Expand Down

0 comments on commit 51e33fc

Please sign in to comment.