Skip to content

Commit c7c5791

Browse files
alai8rjeberhard
authored andcommitted
fix helm install --set syntax in examples
1 parent f7fb631 commit c7c5791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/helm-charts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ or:
9595
```
9696
$ helm install kubernetes/charts/weblogic-operator \
9797
--name weblogic-operator --namespace weblogic-operator-namespace \
98-
--set "javaLoggingLevel:FINE" --wait
98+
--set "javaLoggingLevel=FINE" --wait
9999
```
100100

101101
This creates a Helm release, named `weblogic-operator` in the `weblogic-operator-namespace` namespace, and configures a deployment and supporting resources for the operator.
@@ -155,7 +155,7 @@ Change one or more values in the operator Helm release. In this example, the `--
155155
$ helm upgrade \
156156
--reuse-values \
157157
--set "domainNamespaces={sample-domains-ns1}" \
158-
--set "javaLoggingLevel:FINE" \
158+
--set "javaLoggingLevel=FINE" \
159159
--wait \
160160
weblogic-operator \
161161
kubernetes/charts/weblogic-operator

0 commit comments

Comments
 (0)