-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate annotation in deployment-sidekiq #48
Comments
@renchap please look at this problem, helm chart is broken now, fix is trivial and couple of PRs are already here. Looks like an easy hanging fruit. |
Short summary for context of this problem: The easiest fis is to remove duplicate keys from rendered resources |
I tried to deploy using helm and could not, so I identified the cause.
The cause was a duplicate annotation key.
deployment-sidekiq.yaml
file has duplicate annotation keychecksum/config-secrets
. k8s requires a unique annotation key, so installing mastodon chart failed.I will show you how to reproduce it in the next section. I tried with 3934da1.
reproduct
I think #38 may be a hint.
The text was updated successfully, but these errors were encountered: