Skip to content

Commit 21fe9f9

Browse files
krisnovamboersma
authored andcommitted
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.
1 parent eb1c025 commit 21fe9f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ controller:
117117
#
118118
# This will be the hostname that is used to build endpoints such as "deis.$HOSTNAME"
119119
platform_domain: ""
120-
120+
121121
database:
122122
# The username and password to be used by the on-cluster database.
123123
# If left empty they will be generated using randAlphaNum

src/installing-workflow/experimental-native-ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Now that Helm is installed and the repository has been added, install Workflow with a native ingress by running:
66

77
```
8-
$ helm install deis/workflow --namespace deis --set experimental_native_ingress=true,global.hostname="deis.com"
8+
$ helm install deis/workflow --namespace deis --set global.experimental_native_ingress=true,controller.platform_domain=deis.com
99
```
1010

1111
Where `global.hostname` is a **required** parameter that is traditionally not required for Workflow. In this example we are using `deis.com` for `$hostname`.

0 commit comments

Comments
 (0)