From cf6b296221626ec1ecb80ee9f8420471d19c189d Mon Sep 17 00:00:00 2001 From: tiago Date: Tue, 5 Dec 2023 19:43:44 +0000 Subject: [PATCH] cluster working --- inventory/gcp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/gcp.yml b/inventory/gcp.yml index 28c10e4..4e50d9f 100644 --- a/inventory/gcp.yml +++ b/inventory/gcp.yml @@ -3,9 +3,9 @@ all: vars: # GKE cluster variables - gcp_project: # ID of GCP Project + gcp_project: swift-handler-352114 # ID of GCP Project gcp_auth_kind: serviceaccount # Do not change - gcp_cred_file: # Path to service account keys (json file downloaded from GCP) + gcp_cred_file: service.json # Path to service account keys (json file downloaded from GCP) gcp_zone: us-central1-a gcp_image_type: ubuntu_containerd @@ -20,4 +20,4 @@ all: # Additional variables - # ... \ No newline at end of file + # ...