Skip to content

Commit

Permalink
Corrected ENV var typo in README.md (#954)
Browse files Browse the repository at this point in the history
Signed-off-by: Danno B <[email protected]>
  • Loading branch information
slikk66 authored Mar 10, 2020
1 parent 35d9816 commit 577f732
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 @@ -23,7 +23,7 @@ kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operato
kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/cluster_role_binding.yaml
```

Note that you'll need to download and customize the `cluster_role_binding.yaml` if you are using a namespace other than `observability`. You probably also want to download and customize the `operator.yaml`, setting the env var `WATCH_NAMESPACES` to have an empty value, so that it can watch for instances across all namespaces.
Note that you'll need to download and customize the `cluster_role_binding.yaml` if you are using a namespace other than `observability`. You probably also want to download and customize the `operator.yaml`, setting the env var `WATCH_NAMESPACE` to have an empty value, so that it can watch for instances across all namespaces.

Once the `jaeger-operator` deployment in the namespace `observability` is ready, create a Jaeger instance, like:

Expand Down

0 comments on commit 577f732

Please sign in to comment.