modified: deploy/app/helm-values.yaml
All checks were successful
/ continuous-deploy (push) Successful in 19s
All checks were successful
/ continuous-deploy (push) Successful in 19s
This commit is contained in:
@@ -69,7 +69,16 @@ valkey:
|
|||||||
# The platform team applies disruption policies separately at the
|
# The platform team applies disruption policies separately at the
|
||||||
# infrastructure layer, keeping a clean separation of responsibilities.
|
# infrastructure layer, keeping a clean separation of responsibilities.
|
||||||
create: false
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user