We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec9dd4 commit b96bc36Copy full SHA for b96bc36
site/quickstart.md
@@ -177,8 +177,6 @@ $ cd kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image
177
$ ./create-domain.sh -i my-inputs.yaml -o /some/output/directory -u weblogic -p welcome1 -e
178
```
179
180
-**NOTE**: The username and password need to match the values that you put in the WebLogic credentials.
181
-
182
You need to provide the WebLogic administration user name and password in the `-u` and `-p` options
183
respectively, as shown in the example. If you specify the `-e` option, the script will generate the
184
Kubernetes YAML files *and* apply them to your cluster. If you omit the `-e` option, the
0 commit comments