You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sorta modifies the actual application - I need to retest this and verify though. But I noticed this wild behaviour where argocd sync --dry-run updated the actual app, and in most cases left that app out-of-sync.
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
The text was updated successfully, but these errors were encountered: