From 21fe9f9882758699368329d0c759d6d9566d47c6 Mon Sep 17 00:00:00 2001 From: Kris Nova Date: Wed, 8 Mar 2017 08:27:16 -0700 Subject: [PATCH] chore(ingress): Fix example usage in docs to match new YAML We changed the helm charts for this, just updating docs to match Non breaking change. --- charts/workflow/values.yaml | 2 +- src/installing-workflow/experimental-native-ingress.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/workflow/values.yaml b/charts/workflow/values.yaml index facab3dd..aa39de8d 100644 --- a/charts/workflow/values.yaml +++ b/charts/workflow/values.yaml @@ -117,7 +117,7 @@ controller: # # This will be the hostname that is used to build endpoints such as "deis.$HOSTNAME" platform_domain: "" - + database: # The username and password to be used by the on-cluster database. # If left empty they will be generated using randAlphaNum diff --git a/src/installing-workflow/experimental-native-ingress.md b/src/installing-workflow/experimental-native-ingress.md index f7b34051..811602b8 100644 --- a/src/installing-workflow/experimental-native-ingress.md +++ b/src/installing-workflow/experimental-native-ingress.md @@ -5,7 +5,7 @@ Now that Helm is installed and the repository has been added, install Workflow with a native ingress by running: ``` -$ helm install deis/workflow --namespace deis --set experimental_native_ingress=true,global.hostname="deis.com" +$ helm install deis/workflow --namespace deis --set global.experimental_native_ingress=true,controller.platform_domain=deis.com ``` Where `global.hostname` is a **required** parameter that is traditionally not required for Workflow. In this example we are using `deis.com` for `$hostname`.