mastodon / chart

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

Add existing Redis instance password to new Secret #81

Closed jeremiahlee closed 2 months ago

jeremiahlee commented 11 months ago

Store an external, existing Redis instance password in a Secret via the values.yaml in the same way an existing postgresql.auth.password value gets stored in a Secret.

Fixes mastodon/chart#80

jeremiahlee commented 11 months ago

I suggest a minor version bump in the Chart.yaml version when merging if not combined with other changes.

timetinytim commented 2 months ago

Looks good, thank you for taking care of this!