website
website copied to clipboard
Provide a document to describe how to reuse the existing Argo CD
KubeSphere DevOps v3.3.0 be able to reuse the existing Argo CD instance if users don't want to install it again. Please follow these steps:
- Please make sure you have installed Argo CD in the default namespace:
argocd - Change the configuration of the ClusterConfiguration aka
cc- You can find it from the namespace
kubesphere-system - Set
spec.devops.argocd.installationto becustom. See also details.
- You can find it from the namespace
- Please change
.spec.devops.argocd.namespaceto the real namespace of your Argo CD instance if it's not in the default namespace
/area devops
It works! Btw, ClusterConfiguration should be found under namespace kubesphere-system. :)
It works! Btw, ClusterConfiguration should be found under namespace
kubesphere-system. :)
Yes, thanks for your correction.
/area devops