We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee563f commit a06fa36Copy full SHA for a06fa36
docs/install/operator/knative-with-operators.md
@@ -50,10 +50,10 @@ helm show values knative-operator/knative-operator
50
51
### Verify your Knative Operator installation
52
53
-1. Because the Operator is installed to the `default` namespace, ensure you set the current namespace to `default` by running the command:
+1. Because the Operator is installed to the `knative-operator` namespace, ensure you set the current namespace to `default` by running the command:
54
55
```bash
56
- kubectl config set-context --current --namespace=default
+ kubectl config set-context --current --namespace=knative-operator
57
```
58
59
1. Check the Operator deployment status by running the command:
0 commit comments