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 1834a76 commit 11e8abdCopy full SHA for 11e8abd
docs-source/content/faq/namespace-management.md
@@ -51,10 +51,11 @@ suspendOnDebugStartup: false
51
52
```
53
54
-If you don't know the release name of the operator, you can use `helm ls` to list all the releases:
+If you don't know the release name of the operator, you can use `helm list` to list all the releases for a specified namespace or all namespaces:
55
56
57
-$ helm ls
+$ helm list --namespace <namespace>
58
+$ helm list --all-namespaces
59
60
61
#### Add a Kubernetes namespace to the operator
0 commit comments