argocd-autopilot icon indicating copy to clipboard operation
argocd-autopilot copied to clipboard

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

Open radrad opened this issue 1 year ago • 2 comments

I am following argocd-autopilot Getting Started guide on windows 10 using powershell. I am getting an error for argo-cd application. I used a private repo in my organization.

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

I explained this problem in this question: https://stackoverflow.com/questions/75937157/argo-cd-argocd-autopilot-error-comparisonerror-rpc-error-manifest-generation-er

radrad avatar Apr 05 '23 08:04 radrad

Hello @radrad from what i understand, the problem is not in the bootstrap/argo-cd/kustomization.yaml file, but in the bootstrap/argo-cd.yaml - i would guess that in your repo the spec.source.path field has bootstrap\argo-cd, while it should be bootstrap/argo-cd instead (notice using / instead of \)

i just tried reproducing the problem on my windows machine, and i could not. i was running argocd-autopilot 0.4.15. the underlying issue (caused by windows path separator character) was resolved in 0.4.11. can you please make sure you are running on the latest version (or at least >= 0.4.11)?

if you are, i will dig deeper and try to reproduce the issue again.

noam-codefresh avatar Apr 05 '23 09:04 noam-codefresh

You are right. Indeed I used Choco installation on windows and the latest version there is much older than the current latest binary. Can you update documentation so others need to be aware and download the tool directly

radrad avatar Apr 11 '23 14:04 radrad