local-path-provisioner helm

No introduction found. Create it?

More popular helm chart found

local-path-provisioner from democratic-csi is more popular with 11 repositories.

Install

Install with:

helm repo add local-path-provisioner oci://ghcr.io/rancher/local-path-provisioner/charts/local-path-provisioner
helm install local-path-provisioner local-path-provisioner/local-path-provisioner -f values.yaml

Examples

See examples from other people.

Top Repositories (1 out of 8)

NameRepoStarsVersionTimestamp
local-path-provisionerpascaliske/infrastructure720.0.363 days ago

Values

See the most popular values for this chart:

KeyTypes
nodePathMap[].node (8)
DEFAULT_PATH_FOR_NON_LISTED_NODES
string
nodePathMap[].paths[] (7)
- /var/mnt/local-path-provisioner
string
nodePathMap[].paths (1)
${LOCAL_PATH_PROVISIONER_NODE_PATHS}
string
boolean
string
string
boolean
string
helperImage.repository (3)
mirror.gcr.io/busybox
string
string
image.repository (3)
mirror.gcr.io/rancher/local-path-provisioner
string
string
configmap.setup (2)
#!/bin/sh while getopts "m:s:p:" opt do case $opt in p) absolutePath=$OPTARG ;; s) sizeInBytes=$OPTARG ;; m) volMode=$OPTARG ;; esac done mkdir -m 0777 -p ${absolutePath} chmod 701 ${absolutePath}/..
string
configmap.teardown (2)
#!/bin/sh while getopts "m:s:p:" opt do case $opt in p) absolutePath=$OPTARG ;; s) sizeInBytes=$OPTARG ;; m) volMode=$OPTARG ;; esac done rm -rf ${absolutePath}
string
boolean
boolean
string
boolean
number
number
string