ashokyedluri / argo-cd-demo

Sample demoing Argo-CD with AKS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm repo add argo https://argoproj.github.io/argo-helm

helm upgrade argocd argo/argo-cd --set server.service.type=LoadBalancer --namespace argo-system --install --create-namespace

helm uninstall argocd --namespace argo-system

About

Sample demoing Argo-CD with AKS