Skip to content

Commit

Permalink
Add -n observability so kubectl get deployment command works correctly (
Browse files Browse the repository at this point in the history
#223)

Signed-off-by: Kevin Earls <kearls@kevinearls.com>
  • Loading branch information
kevinearls authored and jpkrohling committed Feb 22, 2019
1 parent a29937d commit abacd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ At this point, there should be a `jaeger-operator` deployment available:

[source,bash]
----
$ kubectl get deployment jaeger-operator
$ kubectl get deployment jaeger-operator -n observability
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
jaeger-operator 1 1 1 1 48s
----
Expand Down

0 comments on commit abacd35

Please sign in to comment.