ArgoProj Helm Charts
Find a file
Michael Barrientos df127aa83f
feat: Argo CD allow custom paths for ingress
Similar to #317, this allows us to add extra paths to Argo CD.
This adds compatibility with the ALB Ingress Controller when using EKS
to be able to add the additional listener rule to perform a HTTP->HTTPS
redirect on port 80.

Unfortunately, we can't use the same structure as used in #317 because
there is an existing .Values.server.ingress.paths that we have to maintain
backwards compatibility with. The existing one is hard-coded to use a
fixed serviceName and servicePort, which doesn't work for the EKS ALB case.

Instead, we add .Values.server.ingress.extraPaths (and a similar var for
ingressGrpc) where a user directly specifies the entire rule, including
the path and backend information. Examples are added to the values.yaml
file for the extra path for EKS, with an empty list as a backwards
compatible default.
2020-08-29 13:52:17 -07:00
.argo Use helm to index repo 2017-10-11 11:20:19 -07:00
.circleci feat: argo-cd can deploy Redis HA (#270) 2020-04-09 12:31:13 -04:00
.github Fix bugs in CI set-up. (#144) 2019-10-31 11:28:02 -07:00
charts feat: Argo CD allow custom paths for ingress 2020-08-29 13:52:17 -07:00
scripts feat: argo-cd can deploy Redis HA (#270) 2020-04-09 12:31:13 -04:00
.gitignore feat: add support for namespaced install (#263) 2020-04-30 14:00:07 -07:00
CODEOWNERS feat: Helm chart contribution for argocd-notifications (#365) 2020-06-09 11:33:29 -07:00
CONTRIBUTING.md feat: Helm chart contribution for argocd-notifications (#365) 2020-06-09 11:33:29 -07:00
LICENSE Add readme file 2018-09-03 07:23:49 -07:00
OWNERS Contributing (#116) 2019-09-19 17:36:12 -07:00
README.md Contributing (#116) 2019-09-19 17:36:12 -07:00

Argo Helm Charts

Argo Helm is a collection of community maintained charts for http://argoproj.io/ projects. the charts can be added using following command:

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