Skip to content

Commit 9740ab1

Browse files
bentitotimflannagan
authored andcommitted
Fixes doc error: namespace name must have changed
$ kubectl -n local get deployments No resources found in local namespace. $ kubectl -n olm get deployments NAME READY UP-TO-DATE AVAILABLE AGE catalog-operator 1/1 1 1 6m11s olm-operator 1/1 1 1 10m packageserver 1/1 1 1 10m Signed-off-by: Brett Tofel <[email protected]>
1 parent d9908b4 commit 9740ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/install/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This command starts minikube, builds the OLM containers locally with the minikub
2525
$ make run-local
2626
```
2727

28-
You can verify that the OLM components have been successfully deployed by running `kubectl -n local get deployments`
28+
You can verify that the OLM components have been successfully deployed by running `kubectl -n olm get deployments`
2929

3030
**NOTE** It is recommended for development purposes and will use the source locally
3131

0 commit comments

Comments
 (0)