Skip to content

Commit e97b9d0

Browse files
committed
update content of domain on PV sample automation.
1 parent c7349d9 commit e97b9d0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,7 @@ The sample script will create a WLS domain home on the AKS cluster, including:
400400
- Creating WLS domain home.
401401
- Generating the domain resource YAML files, which can be used to restart the Kubernetes artifacts of the corresponding domain.
402402

403-
For input values, you edit `${BASE_DIR}/sample-scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks-inputs.sh` directly. The following values must be specified:
404-
405-
| Name in YAML file | Example value | Notes |
406-
|-------------------|---------------------|------------------------------------------------------------------------------------------------|
407-
| `dockerEmail` | `yourDockerEmail` | Oracle Single Sign-On (SSO) account email, used to pull the WebLogic Server Docker image. |
408-
| `dockerPassword` | `yourDockerPassword` | Password for Oracle SSO account, used to pull the WebLogic Server Docker image, in clear text. |
409-
| `weblogicUserName` | `weblogic` | Uername for WebLogic user account. |
410-
| `weblogicAccountPassword` | `Secret123456` | Password for WebLogic user account. |
403+
To customize the WLS domain, you can directly edit `${BASE_DIR}/sample-scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks-inputs.sh`.
411404

412405
You can now run the script.
413406

0 commit comments

Comments
 (0)