Skip to content

Commit 326d725

Browse files
committed
updated readme
1 parent da5662e commit 326d725

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

integration-tests/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,20 @@ SHARED_CLUSTER=true:
226226
| IMAGE_NAME_OPERATOR | Docker image name for operator. Default is weblogic-kubernetes-operator |
227227
| IMAGE_PULL_POLICY_OPERATOR | Default 'Never'. |
228228
| IMAGE_PULL_SECRET_OPERATOR | Default ''. |
229-
| IMAGE_PULL_SECRET_WEBLOGIC | Default ''.
229+
| IMAGE_PULL_SECRET_WEBLOGIC | Default ''. |
230230

231+
The below env variables are required for SHARED_CLUSTER=true:
232+
233+
| Variable | Description |
234+
| --- | --- |
235+
| REPO_REGISTRY | OCIR Server to push/pull the Operator image |
236+
| REPO_USERNAME | OCIR Username |
237+
| REPO_PASSWORD | OCIR token |
238+
| REPO_EMAIL | OCIR email |
239+
| DOCKER_USERNAME | Docker username to pull the Weblogic image |
240+
| DOCKER_PASSWORD | Docker password |
241+
| DOCKER_EMAIL | Docker email |
242+
| K8S_NODEPORT_HOST | DNS name of a Kubernetes worker node. |
231243

232244
Successful run will have the output like below:
233245
```

0 commit comments

Comments
 (0)