From 67c5e0ae1daae80c05200639f9a4f6e761570c81 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 31 Jan 2025 16:07:58 -0500 Subject: [PATCH] Updated the default namespace for operator (#6211) --- docs/install/operator/knative-with-operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/operator/knative-with-operators.md b/docs/install/operator/knative-with-operators.md index 410326f06d7..8f7f894c3e9 100644 --- a/docs/install/operator/knative-with-operators.md +++ b/docs/install/operator/knative-with-operators.md @@ -50,10 +50,10 @@ helm show values knative-operator/knative-operator ### Verify your Knative Operator installation -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: ```bash - kubectl config set-context --current --namespace=default + kubectl config set-context --current --namespace=knative-operator ``` 1. Check the Operator deployment status by running the command: