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
43
43
$ kubectl annotate pv domain1-weblogic-sample-pv pv.beta.kubernetes.io/gid=6789
44
44
```
45
45
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,
48
48
files created from a pod onto the persistent volume will have UID ` 1000 ` and GID ` 1000 ` which is the
49
49
` oracle ` user from the WebLogic Docker image.
50
50
You can’t perform that action at this time.
0 commit comments