From e886a09c5c1a53a101e6a2537a2a16ea1d6dc18c Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sun, 22 Mar 2026 19:41:33 +0000 Subject: [PATCH] fix sa name location --- apps/base/customer1/pg-cluster-customer1.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base/customer1/pg-cluster-customer1.yaml b/apps/base/customer1/pg-cluster-customer1.yaml index f52fc15..4fa155e 100644 --- a/apps/base/customer1/pg-cluster-customer1.yaml +++ b/apps/base/customer1/pg-cluster-customer1.yaml @@ -5,7 +5,7 @@ metadata: namespace: customer1 spec: - serviceAccountName: cnpg-backup-sa + managed: roles: - name: customer1 @@ -30,6 +30,7 @@ spec: name: customer1-db-credentials serviceAccountTemplate: metadata: + name: cnpg-backup-sa annotations: iam.gke.io/gcp-service-account: cnpg-backup-sa@devops-lab-cluster.iam.gserviceaccount.com