(helm) add serviceAccountName parameter for services

Add support for specifying custom service accounts
in all Kubernetes resources in our Helm charts
to enable workload identity federation with managed
cloud services (PostgreSQL, Redis, etc.).
This allows deployments to authenticate to cloud
resources without embedding credentials in secrets.
This commit is contained in:
AlexB
2025-03-20 10:43:07 +01:00
committed by Anthony LC
parent 09b6fef63f
commit 67a195f89c
9 changed files with 36 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- ✨(helm) Service Account support for K8s Resources in Helm Charts #778
- ✨(backend) allow masking documents from the list view #1171
- ✨(frontend) subdocs can manage link reach #1190
- ✨(frontend) add duplicate action to doc tree #1175