Skip to content

Commit 3ed7ab1

Browse files
fix format last time
1 parent aa9306e commit 3ed7ab1

File tree

1 file changed

+8
-8
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv

1 file changed

+8
-8
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -418,17 +418,17 @@ create-domain.sh
418418
```
419419
A correct value for `weblogicDomainStoragePath` will meet the following requirements:
420420

421-
* Must be the name of a directory.
422-
* The directory must be world writable.
421+
* Must be the name of a directory.
422+
* The directory must be world writable.
423423

424424
Optionally, follow these steps to tighten permissions on the named directory after you run the sample the first time:
425425

426-
* Become the root user.
427-
* `ls -nd $value-of-weblogicDomainStoragePath`
428-
* Note the values of the third and fourth field of the output.
429-
* `chown $third-field:$fourth-field $value-of-weblogicDomainStoragePath`
430-
* `chmod 755 $value-of-weblogicDomainStoragePath`
431-
* Return to your normal user ID.
426+
* Become the root user.
427+
* `ls -nd $value-of-weblogicDomainStoragePath`
428+
* Note the values of the third and fourth field of the output.
429+
* `chown $third-field:$fourth-field $value-of-weblogicDomainStoragePath`
430+
* `chmod 755 $value-of-weblogicDomainStoragePath`
431+
* Return to your normal user ID.
432432

433433
3. Message: `ERROR: The create domain job will not overwrite an existing domain. The domain folder /shared/domains/domain1 already exists`
434434
You will see this message if the directory `domains/domain1` exists in the directory named as the value of `weblogicDomainStoragePath` in `create-pv-pvc-inputs.yaml`. For example, if the value of `weblogicDomainStoragePath` is `/tmp/wls-op-4-k8s`, you would need to remove (or move) `/tmp/wls-op-4-k8s/domains/domain1`.

0 commit comments

Comments
 (0)