mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
158 stars 92 forks source link

Add support for LDAP auth external secret #50

Open feli-suco opened 1 year ago

feli-suco commented 1 year ago

Hi, With the current chart I can setup external secrets for postgresql, redis and smtp. But I don't see any way to store the LDAP password in a external secret. https://github.com/mastodon/chart/blob/main/values.yaml#L372-L387 Could you please advice? or add this feature. Thanks