From 8903a7c07344f90e5018594598b310ceabce7edc Mon Sep 17 00:00:00 2001 From: Robert Munteanu Date: Tue, 16 Feb 2021 10:21:09 +0100 Subject: [PATCH] Document leaderElection.enabled flag for the helm chart --- 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 d9be5248..ac692969 100644 --- a/charts/nfs-subdir-external-provisioner/README.md +++ b/charts/nfs-subdir-external-provisioner/README.md @@ -62,6 +62,7 @@ The following tables lists the configurable parameters of this chart and their d | `storageClass.provisionerName` | Name of the provisionerName | null | | `storageClass.archiveOnDelete` | Archive pvc when deleting | `true` | | `storageClass.accessModes` | Set access mode for PV | `ReadWriteOnce` | +| `leaderElection.enabled` | Enables or disables leader election | `true` | | `nfs.server` | Hostname of the NFS server (required) | null (ip or hostname) | | `nfs.path` | Basepath of the mount point to be used | `/nfs-storage` | | `nfs.mountOptions` | Mount options (e.g. 'nfsvers=3') | null |