From d3ac81d67490c35caccfcae3726e0362313aa29f Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Fri, 13 Sep 2024 11:38:11 +0100 Subject: [PATCH] Fix gcpFilestoreBackups syntax in 2i2c cluster's support config - towards #4706 - resolves failed validation in #4798 --- config/clusters/2i2c/support.values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/clusters/2i2c/support.values.yaml b/config/clusters/2i2c/support.values.yaml index fb6288acbd..de892461cf 100644 --- a/config/clusters/2i2c/support.values.yaml +++ b/config/clusters/2i2c/support.values.yaml @@ -63,5 +63,6 @@ gcpFilestoreBackups: - pilot-hubs-homedirs project: two-eye-two-see zone: us-central1-b - annotations: - iam.gke.io/gcp-service-account: pilot-hubs-filestore-backup@two-eye-two-see.iam.gserviceaccount.com + serviceAccount: + annotations: + iam.gke.io/gcp-service-account: pilot-hubs-filestore-backup@two-eye-two-see.iam.gserviceaccount.com