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 8587e5a commit afdfe0fCopy full SHA for afdfe0f
docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md
@@ -67,6 +67,16 @@ $ helm upgrade \
67
kubernetes/charts/weblogic-operator
68
```
69
70
+Enable operator debugging on port 30999. Again, we use `--reuse-values` to change one value without affecting the others:
71
+```
72
+$ helm upgrade \
73
+ --reuse-values \
74
+ --set "remoteDebugNodePortEnabled=true" \
75
+ --wait \
76
+ weblogic-operator \
77
+ kubernetes/charts/weblogic-operator
78
79
+
80
### Operator Helm configuration values
81
82
This section describes the details of the operator Helm chart's available configuration values.
0 commit comments