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 created an ArgoCD application that install Consul with Helm. When I sync my application the job consul-consul-server-acl-init appears OutOfSync because it has been deleted by the Helm hook.
The global status of my application is that it is OutOfSync and Health missing, that is not true :)
Unfortunately the original Helm chart does not allow to add annotations to the Job (argocd.argoproj.io/compare-options: IgnoreExtraneous).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created an ArgoCD application that install Consul with Helm. When I sync my application the job consul-consul-server-acl-init appears OutOfSync because it has been deleted by the Helm hook.
The global status of my application is that it is OutOfSync and Health missing, that is not true :)
Unfortunately the original Helm chart does not allow to add annotations to the Job (
argocd.argoproj.io/compare-options: IgnoreExtraneous
).How I could manage that?
Beta Was this translation helpful? Give feedback.
All reactions