Browse Source

Fix app-readme and questions

master
Fábio Kaiser Rauber 4 years ago
parent
commit
0c4d9b9029
  1. 6
      charts/local-path-provisioner/v0.1.0/app-readme.md
  2. 18
      charts/local-path-provisioner/v0.1.0/questions.yaml

6
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.

18
charts/local-path-provisioner/v0.1.0/questions.yaml

@ -3,24 +3,6 @@ labels:
categories: categories:
- Storage - Storage
questions: 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 - variable: storageClass.create
default: true default: true
type: boolean type: boolean

Loading…
Cancel
Save