You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes doc error: namespace name must have changed (#2839)
$ 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]>
Signed-off-by: Brett Tofel <[email protected]>
0 commit comments