Skip to content

Commit a08225e

Browse files
committed
add usecases to USECASES doc
1 parent 938a235 commit a08225e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

integration-tests/USECASES.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,10 @@ Configuration Overrides Usecases
148148
| Pod Templates | Use Case |
149149
| --- | --- |
150150
| Using pod templates/variables | Use DOMAIN_UID, DOMAIN_NAME, DOMAIN_HOME, SERVER_NAME, LOG_HOME variables at domain level and CLUSTER_NAME at cluster level. Bring up the domain and make sure domain started successfully when pod templates are used |
151+
152+
| Init Container | Use Case |
153+
| --- | --- |
154+
| Add initContainers to domain | Add a initContainers object to spec level and verify the init containers are created for weblogic server pods prior to starting it and runs to completion and then weblogic pod are started |
155+
| Add initContainers to adminServer | Add a initContainers object to adminServer level and verify the init container is created for administration server weblogic server pod prior to starting it and runs to completion and then weblogic pod is started |
156+
| Add initContainers to Clusters | Add a initContainers object to Clusters level and verify the init containers are created for weblogic server pods prior to starting the clusters and runs to completion and then weblogic pod are started |
157+
| Add initContainers to managedServers | Add a initContainers object to managed server level and verify the init container is created for managed server weblogic server pod prior to starting it and runs to completion and then weblogic pod is started |

0 commit comments

Comments
 (0)