Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ kubectl create -f https://raw.githubusercontent.com/lyft/flinkk8soperator/v0.5
* Before creating the flink operator deployment, edit/update the operator config:

``` bash
$ curl https://raw.githubusercontent.com/lyft/flinkk8soperator/v0.5.0/deploy/config.yaml
wget https://raw.githubusercontent.com/lyft/flinkk8soperator/v0.5.0/deploy/config.yaml
```

Replace the `{ingress_suffix}` to indicate your cluster's ingress url.
Expand Down