Skip to content

Commit bc26584

Browse files
author
Lily He
authored
Update 03-wls-operator.md
1 parent 925bc1e commit bc26584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/kubernetes/end2end/docs/03-wls-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Add the operator chart repository to helm.
5252
```
5353
helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
5454
```
55-
Install the operator with the operator chart.
55+
Install the operator with the operator chart with version `2.3.0`.
5656
```
5757
helm install weblogic-operator/weblogic-operator \
5858
--version 2.3.0 \
@@ -87,7 +87,7 @@ Verify the domain CRD version is correct.
8787
```
8888
kubectl get crd domains.weblogic.oracle -o jsonpath="{.spec.version}"
8989
```
90-
The expected output should be `v5`.
90+
The expected version should be `v5`.
9191

9292
Now the WebLogic Kubernetes Operator is running and it's monitoring the default namespace. Later we'll deploy a domain resource to the default namespace and the operator will be responsible for creating, running, and managing the WebLogic domain.
9393

0 commit comments

Comments
 (0)