Skip to content

Commit 6dcf591

Browse files
authored
Merge pull request #1060 from oracle/rmarano
fix minor edit, jenkins-ignore
2 parents 5bacd10 + 774dc5f commit 6dcf591

File tree

1 file changed

+2
-2
lines changed
  • docs-source/content/userguide/managing-domains/persistent-storage

1 file changed

+2
-2
lines changed

docs-source/content/userguide/managing-domains/persistent-storage/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,
4848
files 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

0 commit comments

Comments
 (0)