-
Notifications
You must be signed in to change notification settings - Fork 74
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
support extra annotations on resoures in helm chart #175
Comments
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
I think this issue is still important, and is causing me to run a forked version of the chart. |
Rotten issues close after 30d of inactivity. |
@cert-manager-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I would like to be able to set "global" annotations for all resources in the trust-manager helm chart.
The main purpose of this is to allow a single "combined" chart of
cert-manager
andtrust-manager
to be applied successfully using Argo CD. Right now, if a combined chart is created, the first sync will always fail (becausetrust-manager
depends oncert-manager
being ready).However, if I could set annotations on all resources, I would be able to make use of Argo CD's Sync Waves to put all the
trust-manager
resources in a wave that happens aftercert-manager
.For example, we might add a value called
app.annotations
to the chart (which adds no annotations by default), and use it like follows:The text was updated successfully, but these errors were encountered: