argo-cd bump up revision 2 when using with kyverno mutate #21294
Unanswered
songhohoon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm using argo-cd with kyverno.
I made a config to server-side diff to argo-cd with helm value (config.params = controller.diff.server.side: "true")
and I made a policy which mutate lifecycle hook(preStop hook to make container sleep before stop) and envs (make some envs for monitoring tools like datadog DD_) to Deployment or Rollout.
when I sync argo-cd application. it bumps up revision 2. first sync as git manifest and second as merged manifest with git and kyverno mutate policy.
how can I make it sync just once with merged manifest?
Beta Was this translation helpful? Give feedback.
All reactions