Skip to content

Commit

Permalink
Trying alternate install of gke plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Dec 11, 2023
1 parent 945aeeb commit 9e8fd2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_skaffold-deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v3
- name: Install Skaffold
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
with:
credentials_json: '${{ secrets.GCLOUD_CLUSTER_SA_KEY }}'
- name: Install Gcloud GKE Plugin
run: gcloud components install gke-gcloud-auth-plugin
run: sudo apt-get install google-cloud-sdk-gke-gcloud-auth-plugin
- name: Get Cluster Credentials
run: |
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
Expand Down

0 comments on commit 9e8fd2b

Please sign in to comment.