Skip to content

Commit

Permalink
Update README.adoc to match yaml files in deploy (#124)
Browse files Browse the repository at this point in the history
* update README to match yaml files in deploy

Signed-off-by: Tim Park <timfpark@gmail.com>
  • Loading branch information
timfpark authored and jpkrohling committed Nov 21, 2018
1 parent 9c83075 commit 5fbff10
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ To install the operator, run:

[source,bash]
----
kubectl create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/rbac.yaml
kubectl create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/crd.yaml
kubectl create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/service_account.yaml
kubectl create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/role.yaml
kubectl create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/role_binding.yaml
kubectl create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/operator.yaml
----

Expand All @@ -43,8 +44,9 @@ The instructions from the previous section also work on OpenShift given that the
----
oc login -u system:admin
oc create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/rbac.yaml
oc create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/crd.yaml
oc create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/service_account.yaml
oc create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/role.yaml
oc create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/role_binding.yaml
oc create -f https://github.com/raw/jaegertracing/jaeger-operator/master/deploy/operator-openshift.yaml
----

Expand Down

0 comments on commit 5fbff10

Please sign in to comment.