Skip to content

Commit 30b9a20

Browse files
committed
Update comments
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent cc9b565 commit 30b9a20

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

kubernetes/create-domain-job-inputs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ domainName: base_domain
1717
# This id must be lowercase and unique across all domains in a Kubernetes cluster
1818
domainUid: domain1
1919

20-
#
20+
# Determines which WebLogic Servers the Operator will start up
21+
# Legal values are "NONE", "ALL", "ADMIN", "SPECIFIED", or "AUTO"
2122
startupControl: AUTO
2223

2324
# Cluster name

kubernetes/internal/domain-custom-resource-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
asName: "%ADMIN_SERVER_NAME%"
2929
# The Admin Server's ListenPort
3030
asPort: %ADMIN_PORT%
31-
# startupControl legal values are "ALL", "ADMIN", "SPECIFIED", or "AUTO"
31+
# startupControl legal values are "NONE", "ALL", "ADMIN", "SPECIFIED", or "AUTO"
3232
# This determines which WebLogic Servers the Operator will start up when it discovers this Domain
3333
# - "ALL" will start up all defined servers
3434
# - "ADMIN" will start up only the AdminServer (no managed servers will be started)

0 commit comments

Comments
 (0)