Skip to content

Commit a06fa36

Browse files
Updated the default namespace for operator (#6212)
Co-authored-by: Vincent Hou <shou73@bloomberg.net>
1 parent cee563f commit a06fa36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/operator/knative-with-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ helm show values knative-operator/knative-operator
5050

5151
### Verify your Knative Operator installation
5252

53-
1. Because the Operator is installed to the `default` namespace, ensure you set the current namespace to `default` by running the command:
53+
1. Because the Operator is installed to the `knative-operator` namespace, ensure you set the current namespace to `default` by running the command:
5454

5555
```bash
56-
kubectl config set-context --current --namespace=default
56+
kubectl config set-context --current --namespace=knative-operator
5757
```
5858

5959
1. Check the Operator deployment status by running the command:

0 commit comments

Comments
 (0)