File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,20 @@ SHARED_CLUSTER=true:
226
226
| IMAGE_NAME_OPERATOR | Docker image name for operator. Default is weblogic-kubernetes-operator |
227
227
| IMAGE_PULL_POLICY_OPERATOR | Default 'Never'. |
228
228
| IMAGE_PULL_SECRET_OPERATOR | Default ''. |
229
- | IMAGE_PULL_SECRET_WEBLOGIC | Default ''.
229
+ | IMAGE_PULL_SECRET_WEBLOGIC | Default ''. |
230
230
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. |
231
243
232
244
Successful run will have the output like below:
233
245
```
You can’t perform that action at this time.
0 commit comments