mastodon / chart

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

Fix a deployment error due to duplicate annotation on sidekiq #58

Closed ananace closed 1 year ago

ananace commented 1 year ago

The mastodon.rollingPodAnnotations template already creates an annotation named checksum/config-secrets, resulting in a duplicate value which will cause all Helm installs/upgrades to fail if any post-render task attempts to run

lleyton commented 1 year ago

Looks like a dupe of #51 :p

ananace commented 1 year ago

That it does, wonder why my searches didn't find that one.