10.2 Cài ArgoCD

Cài ArgoCD

helm repo add argo https://argoproj.github.io/argo-helm
helm repo update
helm upgrade argocd argo/argo-cd --version 9.5.2 --install --create-namespace -n argocd
kubectl rollout status deployment argocd-server -n argocd