-
Did someone actually make it all work together? I spent 3 days implementing it with no luck. Every ConfigMap change I got different results: OutOfSync; no see changes at all; only one Rollout out of two dot restarted; etc. I'm trying to understand, is it worth to keep trying or it doesn't work by design and I should look for another solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
He he 😀 |
Beta Was this translation helpful? Give feedback.
He he 😀
I solved this puzzle.
For all lost souls like me, who search for solution, you have to run Reloader pod with
--reload-strategy=annotations
argument. In this case Reloader will run in "Annotation mode" which adds metadata tospec/template/metadata/annotations
field. This prevents Argocd from OutOfSync state.