helm 으로 설치 helm repo add argo https://argoproj.github.io/argo-helmhelm repo update kubectl create namespace argocd helm install argocd argo/argo-cd -n argocd--ingress-- apiVersion: networking.k8s.io/v1kind: Ingressmetadata: name: ingress-argocd namespace: argocd annotations: alb.ingress.kubernetes.io/group.name: nginx-alb-group alb.ingress.kubernetes.io/scheme: internet-facing alb.in..