radeklos / argocd-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArgoCD

Simple helm file with ArgoCD

Install ArgoCD to K8S

helm dependency build argocd
helm dep update argocd

helm install argo-cd argocd --namespace argocd --create-namespace

Make dashboard accessible

kubectl port-forward service/argo-cd-argocd-server 8080:80 -n argocd

About