Skip to content

Commit 3a2533f

Browse files
authored
Helm: create and use 'knative-operator' namespace (knative#6239)
To make the equivalent between the manifests and helm installation.
1 parent d6cfd68 commit 3a2533f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ You can install the Knative Operator with our helm chart:
3939

4040
```
4141
helm repo add knative-operator https://knative.github.io/operator
42-
helm install knative-operator knative-operator/knative-operator
42+
helm install knative-operator --create-namespace --namespace knative-operator knative-operator/knative-operator
4343
```
4444

4545
To see available values, run:
4646

4747
```
48-
helm show values knative-operator/knative-operator
48+
helm show values -n knative-operator knative-operator/knative-operator
4949
```
5050

5151
### Verify your Knative Operator installation

0 commit comments

Comments
 (0)