Skip to content

Commit 34c3c9e

Browse files
author
lamai93
committed
Updated documentation.
1 parent 58205a3 commit 34c3c9e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/Manual/Deployment/Kubernetes/DeploymentResource.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,18 @@ The default value is `8Gi`.
443443
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
444444
because servers in these groups do not need persistent storage.
445445

446+
Please use VolumeClaimTemplate from now on. This field is not considered if
447+
VolumeClaimTemplate is set. Note however, that the information in requests
448+
is completely handed over to the pod in this case.
449+
446450
### `spec.<group>.storageClassName: string`
447451

448452
This setting specifies the `storageClass` for the `PersistentVolume`s created
449453
for each server of this group.
450454

451455
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
452-
because servers in these groups do not need persistent storage.
456+
because servers in these groups do not need persistent storage.
457+
458+
Please use VolumeClaimTemplate from now on. This field is not considered if
459+
VolumeClaimTemplate is set. Note however, that the information in requests
460+
is completely handed over to the pod in this case.

0 commit comments

Comments
 (0)