fix(argo-cd): Added openshift route options to values.yaml (#1010)
* fix(argo-cd): Added openshift route options to values.yaml Signed-off-by: bbensky <brianbensky@gmail.com> * removed default values from template Signed-off-by: bbensky <brianbensky@gmail.com> * changed case of default termination type Signed-off-by: bbensky <brianbensky@gmail.com>
This commit is contained in:
parent
a4b05b43e2
commit
fc37802882
4 changed files with 17 additions and 8 deletions
|
|
@ -999,10 +999,16 @@ server:
|
|||
# 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:
|
||||
# -- Enable a OpenShift route for the Argo CD server
|
||||
# -- Enable an OpenShift Route for the Argo CD server
|
||||
enabled: false
|
||||
# -- Hostname of OpenShift route
|
||||
# -- Openshift Route annotations
|
||||
annotations: {}
|
||||
# -- Hostname of OpenShift Route
|
||||
hostname: ""
|
||||
# -- Termination type of Openshift Route
|
||||
termination_type: passthrough
|
||||
# -- Termination policy of Openshift Route
|
||||
termination_policy: None
|
||||
|
||||
# -- Manage ArgoCD configmap (Declarative Setup)
|
||||
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/argocd-cm.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue