-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4ba597
commit cbff138
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,11 @@ jobs: | |
uses: google-github-actions/[email protected] | ||
|
||
- name: Save kubeconfig | ||
run: gcloud container clusters get-credentials --project keskne ${{ vars.CLUSTER_NAME }} --location ${{ vars.CLUSTER_LOCATION }} | ||
env: | ||
CLOUDSDK_CORE_PROJECT: keskne | ||
run: | | ||
gcloud config list --format='text(core.project)' | ||
gcloud container clusters get-credentials ${{ vars.CLUSTER_NAME }} --location ${{ vars.CLUSTER_LOCATION }} | ||
- name: Helm deploy | ||
# The two TLS secrets have to be put in files because they're multi-line | ||
|