zapier / kubechecks

Check your Kubernetes changes before they hit the cluster
https://kubechecks.readthedocs.io/en/latest/
Mozilla Public License 2.0
147 stars 9 forks source link

Feature request: ArgoCD dry run #160

Open sthomson-wyn opened 5 months ago

sthomson-wyn commented 5 months ago

It would be neat if kubechecks ran a dry sync with the argocd CLI.

https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd_app_sync/

Flags of interest: --dry-run --local --server-side

If this works how I think it does, this would allow users to identify things like validating webhook violations at PR time, rather than deploy time

djeebus commented 5 months ago

Very interesting, I like the idea!