Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.5 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.5 KB

Argo CD

Container running Argo CD which provides an UI to deploy with helm or Kustomize in a Kubernetes cluster :

argocd-screenshot

Usage with Kubernetes

# To get ArgoCD on http://argocd.dev.localhost
bash k8s-install.sh
# To get ArgoCD on http://argocd.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh

Using ArgoCD behind a proxy

If setting http_proxy and https_proxy is required to reach GIT repositories, use Argo Helm Charts and see github.com - Setting proxy in argocd server.

Resources