rcarrata / devsecops-demo

DevSecOps demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openshift GitOps for springpetclinic-dev stucks in wait sync up of ArgoCD

rcarrata opened this issue · comments

GROUP               KIND        NAMESPACE      NAME              STATUS     HEALTH   HOOK  MESSAGE
                    Service     devsecops-dev  spring-petclinic  Synced     Healthy        
apps                Deployment  devsecops-dev  spring-petclinic  OutOfSync  Healthy        
route.openshift.io  Route       devsecops-dev  spring-petclinic  Synced                    
time="2021-11-03T08:34:01Z" level=fatal msg="Operation has completed with phase: Running"

Due to the Openshift GitOps 1.3, the operation is stuck because of the AutoSync feature. Disabling the autosync seems to be working again the full pipeline

Fixed in ebc30f3 in develop branch. Ready to test and to PR to master.

Tested and working. Closing the Issue