Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(ingress): Fix example usage in docs to match new YAML
Browse files Browse the repository at this point in the history
We changed the helm charts for this, just updating docs to match

Non breaking change.
  • Loading branch information
krisnova authored and mboersma committed Mar 30, 2017
1 parent eb1c025 commit 21fe9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/installing-workflow/experimental-native-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 21fe9f9

Please sign in to comment.