Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Readme, all-in-one use <version> rather than a specific version (#6)
Browse files Browse the repository at this point in the history
* Readme, bump all-in-one to 0.1.1

* Update README.md
  • Loading branch information
pavolloffay committed May 10, 2017
1 parent 453cb47 commit d8e60a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Do not use this template in production environments.

To directly install everything you need:
```bash
oc process -f https://raw.githubusercontent.com/jaegertracing/jaeger-openshift/0.1.0/all-in-one/jaeger-all-in-one-template.yml | oc create -f -
oc process -f https://raw.githubusercontent.com/jaegertracing/jaeger-openshift/<version>/all-in-one/jaeger-all-in-one-template.yml | oc create -f -
oc delete all,template -l jaeger-infra # to remove everything
```

Expand Down

0 comments on commit d8e60a0

Please sign in to comment.