Skip to content
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

Open
thesuperzapper opened this issue Sep 7, 2023 · 0 comments · May be fixed by #214
Open

support extra annotations on resoures in helm chart #175

thesuperzapper opened this issue Sep 7, 2023 · 0 comments · May be fixed by #214

Comments

@thesuperzapper
Copy link

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 and trust-manager to be applied successfully using Argo CD. Right now, if a combined chart is created, the first sync will always fail (because trust-manager depends on cert-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 after cert-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:

app:
  annotations:
    ## assuming cert-manager has a lower wave (or no wave) set
    argocd.argoproj.io/sync-wave: "5"
@thesuperzapper thesuperzapper linked a pull request Oct 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant