mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix: try to fix cluster location
This commit is contained in:
parent
ae6cadf70c
commit
73472be795
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ var _ = Describe("[gcpmanaged] ", func() {
|
|||
if os.Getenv("FOCUS") == "gcpmanaged" {
|
||||
f := framework.New("eso-gcp-managed")
|
||||
projectID := os.Getenv("GCP_PROJECT_ID")
|
||||
clusterLocation := "europe-west1"
|
||||
clusterLocation := "europe-west1-b"
|
||||
clusterName := "test-cluster"
|
||||
serviceAccountName := os.Getenv("GCP_KSA_NAME")
|
||||
serviceAccountNamespace := "default"
|
||||
|
|
Loading…
Reference in a new issue