Skip to content

Commit

Permalink
fix: install gke gcloud auth plugin (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Oct 11, 2023
1 parent 20421bb commit 177d9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Set up kubectl
run: |
gcloud components install gke-gcloud-auth-plugin
gcloud container clusters get-credentials\
${{ steps.import_secrets.outputs.GKE_CLUSTER_NAME }}\
--zone ${{ steps.import_secrets.outputs.GKE_CLUSTER_ZONE }}
Expand Down

0 comments on commit 177d9e9

Please sign in to comment.