File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs-source/content/userguide/managing-domains/persistent-storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ $ chmod 770 /path/to/domain1PersistentVolume
4343$ kubectl annotate pv domain1-weblogic-sample-pv pv.beta.kubernetes.io/gid=6789
4444```
4545
46- Typically, after the domain is created and servers are running, the group ownership of the persistent volume files
47- can be updated to the specified GID which will provide read access to the group members. Normally
46+ After the domain is created and servers are running, the group ownership of the persistent volume files
47+ can be updated to the specified GID which will provide read access to the group members. Typically,
4848files created from a pod onto the persistent volume will have UID ` 1000 ` and GID ` 1000 ` which is the
4949` oracle ` user from the WebLogic Docker image.
5050
You can’t perform that action at this time.
0 commit comments