Skip to content

Commit f739079

Browse files
rosemarymaranorjeberhard
authored andcommitted
add back note and MORE
1 parent b96bc36 commit f739079

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

site/quickstart.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,15 @@ $ ./create-domain.sh -i my-inputs.yaml -o /some/output/directory -u weblogic -p
178178
```
179179

180180
You need to provide the WebLogic administration user name and password in the `-u` and `-p` options
181-
respectively, as shown in the example. If you specify the `-e` option, the script will generate the
181+
respectively, as shown in the example.
182+
183+
**NOTE**: When using this sample, the WebLogic Server credentials that you specify, in three separate places, must be consistent:
184+
185+
1. The secret that you create for the credentials.
186+
2. The properties files in the sample project you choose to create the Docker image from.
187+
3. The parameters you supply to the `createDomain.sh` script.
188+
189+
If you specify the `-e` option, the script will generate the
182190
Kubernetes YAML files *and* apply them to your cluster. If you omit the `-e` option, the
183191
script will just generate the YAML files, but will not take any action on your cluster.
184192

0 commit comments

Comments
 (0)