You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how you'll want this resolved. You define the config-secrets annotation in both the helpers and that specific deployment. Unfortunately that means the values are doubled up, and k8s does not like it when that happens very much. Maybe remove the helpers, and let the sidekiq deploy do the annotation without the helper function?
Happy to do a PR and test, but don't know what would be preferred in this case.
The text was updated successfully, but these errors were encountered:
chart/templates/deployment-sidekiq.yaml
Line 38 in 4b6fd9f
vs
chart/templates/_helpers.tpl
Line 61 in 9806bbc
Not sure how you'll want this resolved. You define the config-secrets annotation in both the helpers and that specific deployment. Unfortunately that means the values are doubled up, and k8s does not like it when that happens very much. Maybe remove the helpers, and let the sidekiq deploy do the annotation without the helper function?
Happy to do a PR and test, but don't know what would be preferred in this case.
The text was updated successfully, but these errors were encountered: