ArgoCD Helm Source - When is "helm template" performed? #21197
cristian98149
started this conversation in
General
Replies: 1 comment 2 replies
-
It happens inside repo server, when controller doing reconciliation as part of it controller executes generatemanifests api call to repo server. During generatemanifests, repo server doing helm template |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that GitOps Engine performs a "helm template" in order to render manifest and apply them after the rendering.
The question is: When this happens? At every sync Argo runs an helm template in order to compare desired state and current on?
My deployments have "rollme: {{ randAlphaNum 5 | quote }} " annotation and I'm noticing that each 2 hours the value of this annotation changes, causing the POD to be recreated.
Beta Was this translation helpful? Give feedback.
All reactions