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
We're observing an inconsistent behavior where manually disabled auto-sync in the ArgoCD UI automatically re-enables itself after an unpredictable period. This occurs despite:
Explicitly clicking Disable Auto-Sync (which changes the button to Enable Auto-Sync)
Attempting to use ignoreDifferences to prevent syncPolicy modifications, but it's not effective to ignore it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We're observing an inconsistent behavior where manually disabled auto-sync in the ArgoCD UI automatically re-enables itself after an unpredictable period. This occurs despite:
Explicitly clicking
Disable Auto-Sync
(which changes the button toEnable Auto-Sync
)Attempting to use ignoreDifferences to prevent syncPolicy modifications, but it's not effective to ignore it.
Application config;
ignoreDifference on application
full config
ArgoCD version: v3.0.6+db93798
Beta Was this translation helpful? Give feedback.
All reactions