Skip to content

Commit 441b88a

Browse files
authored
another Tom suggestion
1 parent 16c229e commit 441b88a

File tree

1 file changed

+2
-2
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain-pv-pvc

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ Events: <none>
217217
## Troubleshooting
218218

219219
1. Message: "[ERROR] The weblogicDomainStoragePath parameter in kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/create-pv-pvc-inputs.yaml is missing, null or empty"
220-
Edit the file and set the value of the field. This value must be a directory that is world writable. After you run the through the sample the first time, you can tighten up the ownership and permissions on the named directory.
221-
Take the following steps to resolve the error:
220+
Edit the file and set the value of the field. This value must be a directory that is world writable.
221+
Optionally, follow these steps to tighten permissions on the named directory after you run the sample the first time.
222222
* become the root user
223223
* ls -nd $value-of-weblogicDomainStoragePath
224224
* Note the values of the third and fourth field of the output

0 commit comments

Comments
 (0)