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 ee172f0 commit d5d18c4Copy full SHA for d5d18c4
docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md
@@ -36,9 +36,10 @@ Show all of the values your operator Helm release is using:
36
$ helm get values --all weblogic-operator
37
```
38
39
-List the Helm releases that have been installed in this Kubernetes cluster:
+List the Helm releases for a specified namespace or all namespaces:
40
41
-$ helm list
+$ helm list namespace
42
+$ helm list --all-namespaces
43
44
45
Get the status of the operator Helm release:
0 commit comments