Skip to content

Commit 7ec9dd4

Browse files
rosemarymaranorjeberhard
authored andcommitted
edit with suggestions from Tom M
1 parent 888958d commit 7ec9dd4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

site/quickstart.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,10 @@ Follow the directions in the [README](../kubernetes/samples/scripts/create-weblo
162162
including:
163163

164164
* 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`.
166168

167-
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials.
168169
By convention, the secret will be named`domainUID-weblogic-credentials` (where `domainUID` is replaced with the
169170
actual `domainUID` value).
170171

@@ -173,9 +174,11 @@ domain namespace (`sample-domain1-ns`) and the `domainHomeImageBase` (`oracle/we
173174
For example, assuming you named your copy `my-inputs.yaml`:
174175
```
175176
$ cd kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image
176-
$ ./create-domain.sh -i my-inputs.yaml -o /some/output/directory -u username -p password -e
177+
$ ./create-domain.sh -i my-inputs.yaml -o /some/output/directory -u weblogic -p welcome1 -e
177178
```
178179

180+
**NOTE**: The username and password need to match the values that you put in the WebLogic credentials.
181+
179182
You need to provide the WebLogic administration user name and password in the `-u` and `-p` options
180183
respectively, as shown in the example. If you specify the `-e` option, the script will generate the
181184
Kubernetes YAML files *and* apply them to your cluster. If you omit the `-e` option, the

0 commit comments

Comments
 (0)