Skip to content

Commit

Permalink
Update the word count image tag link
Browse files Browse the repository at this point in the history
  • Loading branch information
anandswaminathan committed Aug 21, 2019
1 parent 8fed5e3 commit 2ca1af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ kubectl logs {pod-name} -n flink-operator
## Running the example

You can find sample application to run with the flink operator [here](/examples/wordcount/).
Make sure to edit the value of `sha` with the most recently pushed tag found [here](https://cloud.docker.com/u/lyft/repository/registry-1.docker.io/lyft/wordcount-operator-example/tags)
Make sure to edit the value of `sha` with the most recently pushed tag found [here](https://hub.docker.com/r/lyft/wordcount-operator-example/tags)
```yaml
image: docker.io/lyft/wordcount-operator-example:{sha}
```
Expand Down

0 comments on commit 2ca1af0

Please sign in to comment.