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 95683db commit 2c5d78dCopy full SHA for 2c5d78d
kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/README.md
@@ -220,6 +220,7 @@ Events: <none>
220
Edit the file and set the value of the field. This value must be a directory that is writable for the uid==1000 and gid==1000.
221
Take the following steps to resolve the error:
222
* become the root user
223
-** mkdir -e $value-of-weblogicDomainStoragePath
224
-** chmod 755 $value-of-weblogicDomainStoragePath
225
-** chown 1000:1000 $value-of-weblogicDomainStoragePath
+* mkdir -e $value-of-weblogicDomainStoragePath
+* chmod 755 $value-of-weblogicDomainStoragePath
+* chown 1000:1000 $value-of-weblogicDomainStoragePath
226
+* return to your normal user id
0 commit comments