Skip to content

Commit 11e8abd

Browse files
update helm ls (#1624)
* update helm ls * correction
1 parent 1834a76 commit 11e8abd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs-source/content/faq/namespace-management.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ suspendOnDebugStartup: false
5151
5252
```
5353

54-
If you don't know the release name of the operator, you can use `helm ls` to list all the releases:
54+
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:
5555

5656
```
57-
$ helm ls
57+
$ helm list --namespace <namespace>
58+
$ helm list --all-namespaces
5859
```
5960

6061
#### Add a Kubernetes namespace to the operator

0 commit comments

Comments
 (0)