Ideally we can set each component of the connection string allowing to read these from configmaps/secrets in k8s.
eg
externalDB: dbUsername: "foo" dbPassword: "bar" # or fromExternalSecret ....
Alternatively these could also reference an external secret like many other helm charts -
https://github.com/immich-app/immich-charts/blob/4b3e1d4d0b15a30db33bc76fb847b89d0f8bd6f0/charts/immich/values.yaml#L12
Relevant lines:
https://github.com/mattermost/mattermost-helm/blob/0ce91320ff8ec9f79ae07bc64ea700553cc811f2/charts/mattermost-team-edition/values.yaml#L94C1-L96C30
Ideally we can set each component of the connection string allowing to read these from configmaps/secrets in k8s.
eg
externalDB: dbUsername: "foo" dbPassword: "bar" # or fromExternalSecret ....Alternatively these could also reference an external secret like many other helm charts -
https://github.com/immich-app/immich-charts/blob/4b3e1d4d0b15a30db33bc76fb847b89d0f8bd6f0/charts/immich/values.yaml#L12
Relevant lines:
https://github.com/mattermost/mattermost-helm/blob/0ce91320ff8ec9f79ae07bc64ea700553cc811f2/charts/mattermost-team-edition/values.yaml#L94C1-L96C30