From d08799610c7d890330e19fd62a5c47417277efcc Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:47:29 -0400 Subject: [PATCH] Update docs/modules/hdfs/pages/usage-guide/resources.adoc --- docs/modules/hdfs/pages/usage-guide/resources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/hdfs/pages/usage-guide/resources.adoc b/docs/modules/hdfs/pages/usage-guide/resources.adoc index 5cc64773..b2d451f9 100644 --- a/docs/modules/hdfs/pages/usage-guide/resources.adoc +++ b/docs/modules/hdfs/pages/usage-guide/resources.adoc @@ -5,7 +5,7 @@ You can mount volumes where data is stored by specifying https://kubernetes.io/docs/concepts/storage/persistent-volumes[PersistentVolumeClaims] for each individual role group. -In case nothing is configured in the custom resource for a certain role group, each Pod has one volume mount with `10Gi` capacity and storage type `Disk`: +By default, each Pod has one volume mount with `10Gi` capacity and storage type `Disk`: [source,yaml] ----