Helm: create and use 'knative-operator' namespace (#6239)

To make the equivalent between the manifests and helm installation.
This commit is contained in:
Samuel Alfageme Sainz 2025-04-24 19:26:24 +02:00 committed by GitHub
parent d6cfd6815b
commit 3a2533f100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@ You can install the Knative Operator with our helm chart:
```
helm repo add knative-operator https://knative.github.io/operator
helm install knative-operator knative-operator/knative-operator
helm install knative-operator --create-namespace --namespace knative-operator knative-operator/knative-operator
```
To see available values, run:
```
helm show values knative-operator/knative-operator
helm show values -n knative-operator knative-operator/knative-operator
```
### Verify your Knative Operator installation