mastodon / chart

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

Fix S3_ALIAS_HOST in configmap #43

Closed funkypenguin closed 1 year ago

funkypenguin commented 1 year ago

Hey folks,

A simple bugfix here - the way that the s3.aliashost value was added to the configmap was incorrect, resulting in a helm parsing error when actually trying to use this value.

This PR fixes the error :)

D

renchap commented 1 year ago

This fixes #34

renchap commented 1 year ago

@funkypenguin before I merge this, could you please update your PR to not bump the Chart version?

Thanks!

renchap commented 1 year ago

Duplicate of #35