argocd-helm/charts/argo-cd/templates
Liviu Costea db30d36879 Helm chart for ArgoCD (#34)
* Add application controller resources

First chart version for argo-cd
added the new labels recommeneded for k8

* Add repo server resources

Use legacy label and new one for application controller selectors
Set labels for deployment for easier discovery

* Configure git repositories, helm chart museums and dex connectors

This way argo-cd could be configured to update itself via helm

* Parameterize the rbac configmap

* Parameterize webhook secrets

* Parameterize server deployment and set services with the labels

* Add service account, role and rolebinding for server deployment

* Clean the old label, use only latest recommendations

Follow the ideas and changes of https://github.com/argoproj/argo-cd/pull/1035

* Fix var naming issues

* Fix server service incorrect ports

* Install crds with helm hook

* Enable cluster admin accessby default

Default installation will allow installing apps in the current cluster without
inputted credentials. For other clusters inputted credentials will be needed

* Parameterize the dex server

* Harcode resource names because code expects them this way

Some resource names and application urls are hardcoded in code with these
names. So they can't be parameterized.

* Create the ingress with tls passthrough support

Tls is terminated on the ArgoCD server, not on ingress

* Fix typo on application controller sa

* Add notes on how to connect to server UI after installation
2019-02-13 14:22:11 -08:00
..
crds Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
_helpers.tpl Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-application-controller-clusterrole.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-application-controller-clusterrolebinding.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-application-controller-deployment.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-application-controller-role.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-application-controller-rolebinding.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-application-controller-sa.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-application-controller-service.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-cm.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-dex-server-deployment.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-dex-server-role.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-dex-server-rolebinding.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-dex-server-sa.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-dex-server-service.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-metrics-service.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-rbac-cm.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-repo-server-deployment.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-repo-server-service.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-secret.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-server-deployment.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-server-ingress.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-server-role.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-server-rolebinding.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-server-sa.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
argocd-server-service.yaml Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
NOTES.txt Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00