OpenShift Route (#153)

* OpenShift Route
* Bump Chart Version to 1.0.4
This commit is contained in:
disposab1e 2019-11-07 09:20:31 +01:00 committed by Sean Johnson
parent 2ffd0d8ebf
commit 7dff7e23ae
4 changed files with 42 additions and 2 deletions

View file

@ -304,6 +304,14 @@ server:
# hosts:
# - argocd.example.com
# Create a OpenShift Route with SSL passthrough for UI and CLI
# Consider setting 'hostname' e.g. https://argocd.apps-crc.testing/ using your Default Ingress Controller Domain
# Find your domain with: kubectl describe --namespace=openshift-ingress-operator ingresscontroller/default | grep Domain:
# If 'hostname' is an empty string "" OpenShift will create a hostname for you.
route:
enabled: false
hostname: ""
## ArgoCD config
## reference https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/argocd-cm.yaml
config: