Skip to content

Commit 3fb392c

Browse files
committed
Minor fixes
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent 036bfb4 commit 3fb392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/creating-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following parameters must be provided in the input file:
119119
| replaceExistingDomain | If set to 'true' the script will remove any data it finds in the persistent volume before creating the new domain. Use with caution. | false |
120120
| secretName | Name of the Kubernetes secret for the Administration Server's username and password. | domain1-weblogic-credentials |
121121
| secretsMountPath | Path for mounting secrets. This parameter should not be modified. | /var/run/secrets-domain1 |
122-
| startupControl | Determines which WebLogic servers will be started up. Legal values are "NONE", "ALL", "ADMIN", "SPECIFIED", or "AUTO" | AUTO |
122+
| startupControl | Determines which WebLogic servers will be started up. Legal values are 'NONE', 'ALL', 'ADMIN', 'SPECIFIED', or 'AUTO' | AUTO |
123123
| T3ChannelPort | Port for the T3Channel of the NetworkAccessPoint. | 7002 |
124124

125125
## Limitations of the create domain script

0 commit comments

Comments
 (0)