You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ (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.
|`backend.themeCustomization.file_content`| Content of the theme customization file. Must be a json object. |`""`|
140
141
|`backend.themeCustomization.mount_path`| Path where the customization file will be mounted in the backend deployment. |`/app/impress/configuration/theme`|
@@ -198,6 +199,7 @@
198
199
|`frontend.extraVolumeMounts`| Additional volumes to mount on the frontend. |`[]`|
199
200
|`frontend.extraVolumes`| Additional volumes to mount on the frontend. |`[]`|
200
201
|`frontend.pdb.enabled`| Enable pdb on frontend |`true`|
202
+
|`frontend.serviceAccountName`| Optional service account name to use for frontend pods |`nil`|
201
203
202
204
### posthog
203
205
@@ -280,3 +282,4 @@
280
282
|`yProvider.extraVolumeMounts`| Additional volumes to mount on the yProvider. |`[]`|
281
283
|`yProvider.extraVolumes`| Additional volumes to mount on the yProvider. |`[]`|
282
284
|`yProvider.pdb.enabled`| Enable pdb on yProvider |`true`|
285
+
|`yProvider.serviceAccountName`| Optional service account name to use for yProvider pods |`nil`|
0 commit comments