argocd install

    [Devops] Argocd 설치하기

    argocd install kubectl create ns argocd kubectl label namespace argocd istio-injection=enabled helm repo add argo https://argoproj.github.io/argo-helm #install helm install -f ./values.yaml -n argocd argocd argo/argo-cd ## 삭제 helm uninstall argocd -n argocd kubectl port-forward service/argocd-server -n argocd 8080:443 values.yaml installCRDs: false controller: nodeSelector: nodegroup-type: MANAG..