Skip to content

Commit c105362

Browse files
committed
update squickstart to make name of secret clearer
1 parent 54106ca commit c105362

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site/quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,20 @@ $ cd kubernetes/samples/scripts/create-weblogic-domain-credentials
133133
$ ./create-weblogic-credentials.sh -u weblogic -p welcome1 -n sample-domain-ns1 -d sample-domain1
134134
```
135135

136+
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+
136140
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.
137141
Follow the directions in the [README](../kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md) file,
138142
including:
139143

140144
* Copying the sample `create-domain-inputs.yaml` file and updating your copy with the `domainUID` (`sample-domain1`),
141145
domain namespace (`sample-domains-ns1`) and the base image (`oracle/weblogic:12213-patch-wls-for-k8s`).
142146

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).
144150

145151
For example, assuming you named your copy `my-inputs.yaml`:
146152
```

0 commit comments

Comments
 (0)