Skip to content

Commit

Permalink
Added Github Action to deploy Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Mar 29, 2024
1 parent e200cf6 commit 54dc350
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,10 @@ jobs:
workload_identity_provider: projects/687196986816/locations/global/workloadIdentityPools/fs-fns-pool/providers/fs-fns-provider
service_account: [email protected]

- uses: google-github-actions/get-gke-credentials@v2
with:
cluster_name: fns-cloud-f01
location: europe-west1

# - name: Configure docker to authenticate
# run: |
# gcloud auth configure-docker
# - uses: google-github-actions/get-gke-credentials@v2
# with:
# cluster_name: fns-cloud-f01
# location: europe-west1

- name: Setup Helm
uses: azure/[email protected]
Expand Down

0 comments on commit 54dc350

Please sign in to comment.