Skip to content

Commit

Permalink
Merge pull request #5994 from shaneknapp/let-kubectl-auth-workflow
Browse files Browse the repository at this point in the history
[DH-301] kubectl auth
  • Loading branch information
shaneknapp authored Aug 22, 2024
2 parents 0f33fcb + c77d3c4 commit cb5a5dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-jupyterhub-base-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
with:
install_components: 'gke-gcloud-auth-plugin,kubectl'

- name: Get GKE credentials for the cluster
uses: 'google-github-actions/get-gke-credentials@v2'
with:
cluster_name: ${{ secrets.GKE_CLUSTER_NAME }}
location: ${{ secrets.GKE_CLUSTER_LOCATION }}


- name: Install SOPS
if: ${{ env.DEPLOY }}
run: |
Expand Down

0 comments on commit cb5a5dc

Please sign in to comment.