Skip to content

Commit bd3933b

Browse files
committed
Minor edit.
1 parent 2e4aa51 commit bd3933b

File tree

1 file changed

+1
-1
lines changed
  • documentation/site/content/managing-domains/domain-on-pv

1 file changed

+1
-1
lines changed

documentation/site/content/managing-domains/domain-on-pv/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ from your Kubernetes cluster administrator. See [Persistent Storage](#references
144144

145145
##### PV and PVC requirements
146146
- The Domain on PV requires that the PV and PVC are created with `Filesystem` volume mode, and `Block` volume mode is **not** supported.
147-
- If you request the operator to create the PV and PVC, then it by default uses the `Filesystem` volume mode.
147+
- If you request the operator to create the PV and PVC, then it uses the default `Filesystem` volume mode.
148148
- If you plan to use an existing PV and PVC, then ensure that it was created with `Filesystem` volume mode.
149149
- You must use a storage provider that supports the `ReadWriteMany` option.
150150
- This operator will automatically set the owner of all files in the domain home on the persistent volume to `uid 1000` with `gid 0`. If you want to use a different user and group, then configure the desired `runAsUser` and `runAsGroup` in the security context under the `spec.serverPod.podSecurityContext` section of the Domain YAML file. The operator will use these values when setting the owner for files in the domain home directory.

0 commit comments

Comments
 (0)