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

FATAL an application with the same name and a different base already exists, consider choosing a different name

Open hookenful opened this issue 1 year ago • 4 comments

Hi there!

I am trying to create the same app for different projects (environments)

argocd-autopilot application create frontend --app http://192.168.0.78:8080/root/machairodus-new/web/kustomize/envs/dev?ref=1.5 --project dev--dest-namespace dev

argocd-autopilot application create frontend --app http://192.168.0.78:8080/root/machairodus-new/web/kustomize/envs/test?ref=1.5 --project test --dest-namespace test

In result I have an error:

FATAL an application with the same name and a different base already exists, consider choosing a different name

How should I specify different kustomize manifests for different envs? Is there any working example to achieve that with argocd-autopilot

hookenful avatar May 20 '23 13:05 hookenful