No introduction found. Create it?
Install with:
helm repo add nfs-provisioner-charts https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
helm install nfs-provisioner nfs-provisioner-charts/nfs-subdir-external-provisioner -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
nfs-provisioner | vaskozl/home-infra | 84 | 4.0.18 | a month ago |
See the most popular values for this chart:
Key | Types |
---|---|
nfs.path (5) ${nfs_provisioner_path} | string |
nfs.server (5) ${nfs_provisioner_server} | string |
nfs.mountOptions[] (2) - nfsvers=3 | string |
nfs.reclaimPolicy (1) Retain | string |
storageClass.name (3) ${default_provisioner_scname} | string |
boolean | |
storageClass.provisionerName (2) nfs-provisioner | string |
storageClass.accessModes (1) ReadWriteMany | string |
boolean | |
string | |
storageClass.pathPattern (1) ${.PVC.namespace}-${.PVC.name} | string |
image.repository (1) registry.k8s.io/sig-storage/nfs-subdir-external-provisioner | string |
image.tag (1) v4.0.2 | string |