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
Describe the bug
When applying a helm chart that only contains CRDs, it will show OutOfSync due to a diff in the manifests.
When I add the ignoreDifferences to ignore that mismatch, and hit Sync, the application still shows as OutOfSync, until I click refresh.
To Reproduce
Create a new App via UI. Click Edit as YAML. Paste this code:
Encountering the same issue with argocd version 2.3.17. It seems the CRDs get changed when applied because of the empty list and hence are never in sync.
Checklist:
argocd version
.Describe the bug
When applying a helm chart that only contains CRDs, it will show OutOfSync due to a diff in the manifests.
When I add the
ignoreDifferences
to ignore that mismatch, and hitSync
, the application still shows as OutOfSync, until I click refresh.To Reproduce
Create a new App via UI. Click
Edit as YAML
. Paste this code:Then Save, Create, and Sync.
After sync, everything will be OutOfSync. Click on refresh, and a few of them become in Sync. (Also a bug here)
If you inspect the diff, you should see only this:
Now go to App Details -> Manifest and click EDIT. Right in the end, paste this:
Hit Save, close it and sync.
The application will still be OutOfSync.
Clicking refresh will make mark it as synced.
Expected behavior
After setting
ignoreDifferences
I'd expect the refresh to be automatic.Screenshots
Version
Please note the version below seems incorrect. See screenshot:
Logs
The text was updated successfully, but these errors were encountered: