Skip to content

Commit b959839

Browse files
committed
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
1 parent e08415d commit b959839

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)