Skip to content

Commit d5d18c4

Browse files
change helm list command (#1617)
1 parent ee172f0 commit d5d18c4

File tree

1 file changed

+3
-2
lines changed
  • docs-source/content/userguide/managing-operators/using-the-operator

1 file changed

+3
-2
lines changed

docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ Show all of the values your operator Helm release is using:
3636
$ helm get values --all weblogic-operator
3737
```
3838

39-
List the Helm releases that have been installed in this Kubernetes cluster:
39+
List the Helm releases for a specified namespace or all namespaces:
4040
```
41-
$ helm list
41+
$ helm list namespace
42+
$ helm list --all-namespaces
4243
```
4344

4445
Get the status of the operator Helm release:

0 commit comments

Comments
 (0)