argoproj-labs / argocd-autopilot

Argo-CD Autopilot

Home Page:https://argocd-autopilot.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

root application out of sync

chupacabra71 opened this issue · comments

commented

i tore down my cluster and rebuilt it using the recover command of autopilot. all the applications came up fine, but the root application is always out of sync now. it looks like it syncs about every 5 seconds.
Screen Recording 2023-06-06 at 9 56 45 PM

i deleted the root app and it recreated everything fine, but the root is still out of sync

anyone have any ideas what i can do to fix it?

commented

i found that it was always trying to reconcile the "prod" project i have since i modified it to add syncOptions: ServerSideApply=true since i am trying to load the prometheus CRDs. reverting that back to an empty block seems to have cured the issue. i guess my question is what is the correct way to override a value in a project?