Skip to content

Commit 0d21398

Browse files
committed
Correct to use v4
1 parent ef9a511 commit 0d21398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/samples/scripts/common/domain-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This is an example of how to define a Domain resource.
66
#
7-
apiVersion: "weblogic.oracle/v3"
7+
apiVersion: "weblogic.oracle/v4"
88
kind: Domain
99
metadata:
1010
name: %DOMAIN_UID%

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This is an example of how to define a Domain resource. Please read through the comments which explain
66
# what updates are needed.
77
#
8-
apiVersion: "weblogic.oracle/v3"
8+
apiVersion: "weblogic.oracle/v4"
99
kind: Domain
1010
metadata:
1111
# Update this with the `domainUID` of your domain:

0 commit comments

Comments
 (0)