From 19fae24209736b1ad5b581c8a95e915b5bdc98ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 19 Mar 2026 14:55:01 +0000 Subject: [PATCH] modified: deploy/app/helm-values.yaml --- deploy/app/helm-values.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 0c2f33d..2f3809d 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -69,7 +69,16 @@ valkey: # The platform team applies disruption policies separately at the # infrastructure layer, keeping a clean separation of responsibilities. create: false - + serviceAccount: + # serviceAccount resources are owned and managed by the Infrastructure layer. + # The CI/CD ServiceAccount used for application deployments does not have + # permissions to create or modify serviceAccounts, by design. + # + # In this setup Valkey does not require its own ServiceAccount, so enabling + # this would provide no benefit and would cause Helm upgrades to fail due + # to RBAC restrictions. + create: false + name: "default"