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

fresh install on gitlab results in bootstrap\argo-cd: app path does not exist

JWood48 opened this issue · comments

Creating an empty project on gitlab and then running argocd-autopilot repo bootstrap starts the argo-cd, autopilot-boostrap and root applications, but the argo-cd application has sync status UNKNOWN with 1 error:

ComparisonError
rpc error: code = Unknown desc = Manifest generation error (cached): bootstrap\argo-cd: app path does not exist

The bootstrap\argo-cd path exists in the repo!

I'm facing the same issue with github repo also.

if you are using windows then, this issue is caused by auto generated file.
go to

bootstrap/argo-cd.yaml file
and change path: bootstrap\argo-cd to path: bootstrap/argo-cd