ArgoCD Installatoin via Helm on EKS
Create a Namespace kubectl create namespace argocd Add ArgoCD Helm Repository helm repo add argo https://argoproj.github.io/argo-helm Update Helm Repositories helm repo update Install ArgoCD helm install argocd argo/argo-cd -n argocd…