From b6c5c26d4c02ca222d1a6085891ba6ad715061dd Mon Sep 17 00:00:00 2001 From: matoruru <40382980+matoruru@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:06:55 +0900 Subject: [PATCH] Update README.md --- charts/nfs-subdir-external-provisioner/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/nfs-subdir-external-provisioner/README.md b/charts/nfs-subdir-external-provisioner/README.md index eb4e41e5..6349c701 100644 --- a/charts/nfs-subdir-external-provisioner/README.md +++ b/charts/nfs-subdir-external-provisioner/README.md @@ -56,6 +56,7 @@ The following tables lists the configurable parameters of this chart and their d | `image.tag` | Version of provisioner image | `v4.0.2` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `imagePullSecrets` | Image pull secrets | `[]` | +| `storageClass.create` | Should we create a storageClass | `create` | | `storageClass.name` | Name of the storageClass | `nfs-client` | | `storageClass.defaultClass` | Set as the default StorageClass | `false` | | `storageClass.allowVolumeExpansion` | Allow expanding the volume | `true` |