diff --git a/charts/local-path-provisioner/v0.1.0/app-readme.md b/charts/local-path-provisioner/v0.1.0/app-readme.md index 5d14739..7585d7c 100644 --- a/charts/local-path-provisioner/v0.1.0/app-readme.md +++ b/charts/local-path-provisioner/v0.1.0/app-readme.md @@ -1,3 +1,5 @@ -# Portal Modelo para Casas Legislativas +# Local Path Provisioner -Utilize o formulário abaixo para configurar seu Portal Modelo. +[Local Path Provisioner](https://github.com/rancher/local-path-provisioner) provides a way for the Kubernetes users to +utilize the local storage in each node. Based on the user configuration, the Local Path Provisioner will create +`hostPath` based persistent volume on the node automatically. diff --git a/charts/local-path-provisioner/v0.1.0/questions.yaml b/charts/local-path-provisioner/v0.1.0/questions.yaml index 0ef8e0b..34785e2 100644 --- a/charts/local-path-provisioner/v0.1.0/questions.yaml +++ b/charts/local-path-provisioner/v0.1.0/questions.yaml @@ -3,24 +3,6 @@ labels: categories: - Storage questions: - -# nodePathMap is the place user can customize where to store the data on each node. -# 1. If one node is not listed on the nodePathMap, and Kubernetes wants to create volume on it, the paths specified in -# DEFAULT_PATH_FOR_NON_LISTED_NODES will be used for provisioning. -# 2. If one node is listed on the nodePathMap, the specified paths will be used for provisioning. -# 1. If one node is listed but with paths set to [], the provisioner will refuse to provision on this node. -# 2. If more than one path was specified, the path would be chosen randomly when provisioning. -# -# The configuration must obey following rules: -# 1. A path must start with /, a.k.a an absolute path. -# 2. Root directory (/) is prohibited. -# 3. No duplicate paths allowed for one node. -# 4. No duplicate node allowed. -nodePathMap: - - node: DEFAULT_PATH_FOR_NON_LISTED_NODES - paths: - - - variable: storageClass.create default: true type: boolean