Skip to content

Commit 38a7928

Browse files
committed
Removing apiVersion didn't work for 1.9.6
1 parent d4469a9 commit 38a7928

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# This is an example of how to define a Domain resource.
66
#
7+
apiVersion: "weblogic.oracle/v3alpha1"
78
kind: Domain
89
metadata:
910
name: %DOMAIN_UID%

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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/v3alpha1"
89
kind: Domain
910
metadata:
1011
# Update this with the `domainUID` of your domain:

0 commit comments

Comments
 (0)