You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample will create a secret named `domdinUID-weblogic-credentials` where the `domainUID` is replaced
137
+
with the value you provided. For example, the command above would create a secret named
138
+
`sample-domain1-weblogic-credentials`.
139
+
136
140
b. Create a new image with a domain home by running the [`create-domain`](../kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh) script.
137
141
Follow the directions in the [README](../kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md) file,
138
142
including:
139
143
140
144
* Copying the sample `create-domain-inputs.yaml` file and updating your copy with the `domainUID` (`sample-domain1`),
141
145
domain namespace (`sample-domains-ns1`) and the base image (`oracle/weblogic:12213-patch-wls-for-k8s`).
142
146
143
-
* Setting `weblogicCredentialsSecretName` to the `domainUID` (`sample-domain1`).
147
+
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials.
148
+
By convention, the secret will be named`domainUID-weblogic-credentials` (where `domainUID` is replaced with the
149
+
actual `domainUID` value).
144
150
145
151
For example, assuming you named your copy `my-inputs.yaml`:
0 commit comments