Skip to content

Commit 5b01c6f

Browse files
committed
Remove replaceExistingDomain from the domain parameter table
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent 50dcc1d commit 5b01c6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/creating-domain.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ The following parameters must be provided in the input file:
118118
| persistenceVolumeClaimName | Name of the Kubernetes persistent volume claim for this domain. | pv001-claim |
119119
| persistenceVolumeName | Name of the Kubernetes persistent volume for this domain. | pv001 |
120120
| productionModeEnabled | Boolean indicating if production mode is enabled for the domain. | true |
121-
| 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 |
122121
| secretName | Name of the Kubernetes secret for the Administration Server's username and password. | domain1-weblogic-credentials |
123122
| secretsMountPath | Path for mounting secrets. This parameter should not be modified. | /var/run/secrets-domain1 |
124123
| startupControl | Determines which WebLogic servers will be started up. Legal values are 'NONE', 'ALL', 'ADMIN', 'SPECIFIED', or 'AUTO' | AUTO |

0 commit comments

Comments
 (0)