Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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