try install two argocd in different namespace #10753
Unanswered
BinaryWorld2099
asked this question in
Q&A
Replies: 1 comment
-
|
According to https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd#synchronizing-changes-from-original-repository, helm chart is using manifests/install.yaml not the namespaced one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to install another new argocd in another namespace. but get an error
the existing old one was working fine in argocd namespace (installed with helm) , but using helm again trying to install another one in test-argocd namespace get below error
Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterRole "argocd-application-controller" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-namespace" must equal "test-argocd": current value is "argocd"
Beta Was this translation helpful? Give feedback.
All reactions