argoproj-labs / argocd-autopilot

Argo-CD Autopilot
https://argocd-autopilot.readthedocs.io/en/stable/
Apache License 2.0
903 stars 122 forks source link

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

Open JWood48 opened 1 year ago

JWood48 commented 1 year ago

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!

ARC-syn commented 1 year ago

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

ARC-syn commented 1 year ago

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