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 1b2f1ee commit b52caf6Copy full SHA for b52caf6
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml
@@ -4,7 +4,7 @@
4
# This is an example of how to define a Domain resource. Please read through the comments which explain
5
# what updates are needed.
6
#
7
-apiVersion: "weblogic.oracle/v9"
+apiVersion: weblogic.oracle/v9
8
kind: Domain
9
metadata:
10
# Update this with the `domainUID` of your domain:
@@ -103,7 +103,7 @@ spec:
103
104
---
105
106
-apiVersion: "weblogic.oracle/v1"
+apiVersion: weblogic.oracle/v1
107
kind: Cluster
108
109
name: cluster-1
@@ -114,4 +114,5 @@ metadata:
114
weblogic.domainUID: domain1
115
116
spec:
117
+ clusterName: cluster-1
118
replicas: 2
0 commit comments