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
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) setargocd.argoproj.io/sync-wave: "5"
The text was updated successfully, but these errors were encountered:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
/lifecycle stale
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: