mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix: explicitly use new kubectl gcp auth (#1904)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
parent
7afa741246
commit
922c7e8ece
2 changed files with 2 additions and 0 deletions
1
.github/actions/e2e-managed/action.yml
vendored
1
.github/actions/e2e-managed/action.yml
vendored
|
@ -107,6 +107,7 @@ runs:
|
|||
with:
|
||||
service_account_key: ${{ env.GCP_SM_SA_GKE_JSON }}
|
||||
project_id: ${{ env.GCP_PROJECT_ID }}
|
||||
install_components: 'gke-gcloud-auth-plugin'
|
||||
|
||||
- name: Get the GKE credentials
|
||||
shell: bash
|
||||
|
|
1
.github/workflows/e2e-managed.yml
vendored
1
.github/workflows/e2e-managed.yml
vendored
|
@ -19,6 +19,7 @@ env:
|
|||
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
|
||||
GCP_SM_SA_JSON: ${{ secrets.GCP_SM_SA_JSON}}
|
||||
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID}}
|
||||
USE_GKE_GCLOUD_AUTH_PLUGIN: true
|
||||
TF_VAR_GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID}}
|
||||
GCP_SM_SA_GKE_JSON: ${{ secrets.GCP_SM_SA_GKE_JSON}}
|
||||
GCP_GKE_CLUSTER: test-cluster
|
||||
|
|
Loading…
Reference in a new issue