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
Copy file name to clipboardExpand all lines: site/quickstart.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,9 +162,10 @@ Follow the directions in the [README](../kubernetes/samples/scripts/create-weblo
162
162
including:
163
163
164
164
* Copying the sample `create-domain-inputs.yaml` file and updating your copy with the `domainUID` (`sample-domain1`),
165
-
domain namespace (`sample-domain1-ns`) and the `domainHomeImageBase` (`oracle/weblogic:12213-patch-wls-for-k8s`).
165
+
domain namespace (`sample-domain1-ns`), and the `domainHomeImageBase` (`oracle/weblogic:12213-patch-wls-for-k8s`).
166
+
167
+
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials, in this case, `sample-domain1-weblogic-credentials`.
166
168
167
-
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials.
168
169
By convention, the secret will be named`domainUID-weblogic-credentials` (where `domainUID` is replaced with the
169
170
actual `domainUID` value).
170
171
@@ -173,9 +174,11 @@ domain namespace (`sample-domain1-ns`) and the `domainHomeImageBase` (`oracle/we
173
174
For example, assuming you named your copy `my-inputs.yaml`:
174
175
```
175
176
$ cd kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image
0 commit comments