Skip to content

Commit b52caf6

Browse files
committed
Correct manual sample
1 parent 1b2f1ee commit b52caf6

File tree

1 file changed

+3
-2
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain

1 file changed

+3
-2
lines changed

kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This is an example of how to define a Domain resource. Please read through the comments which explain
55
# what updates are needed.
66
#
7-
apiVersion: "weblogic.oracle/v9"
7+
apiVersion: weblogic.oracle/v9
88
kind: Domain
99
metadata:
1010
# Update this with the `domainUID` of your domain:
@@ -103,7 +103,7 @@ spec:
103103

104104
---
105105

106-
apiVersion: "weblogic.oracle/v1"
106+
apiVersion: weblogic.oracle/v1
107107
kind: Cluster
108108
metadata:
109109
name: cluster-1
@@ -114,4 +114,5 @@ metadata:
114114
weblogic.domainUID: domain1
115115

116116
spec:
117+
clusterName: cluster-1
117118
replicas: 2

0 commit comments

Comments
 (0)