validation from argo cd #9753
Unanswered
saiharshitachava
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Argo CD can really only help you with the "CD" part - pre-merge checks is more a CI job. At Intuit, at least in some cases, we use GitHub Actions and a simple script to check that |
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 created an argo cd application by using kustomize framework
Whenever I merge something in repo, argo cd will try to sync which is expected
I want to validate the data before merge so that I dont have sync failures due to bad configurations. Do we have any validators available in argo cd so that we can trigger them before the merge and argo cd tries actual sync?
Beta Was this translation helpful? Give feedback.
All reactions