Browse Source

Added missing boolean questions

master
Fábio Kaiser Rauber 4 years ago
parent
commit
aec0c468e3
  1. 16
      charts/local-path-provisioner/v0.1.0/questions.yaml

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

@ -50,3 +50,19 @@ questions:
group: Provisioner
required: false
- variable: rbac.create
default: true
type: boolean
description: "Create RBAC resources automatically?"
label: "Create RBAC resources?"
required: true
group: Other
- variable: serviceAccount.create
default: true
type: boolean
description: "Create serviceAccount automatically?"
label: "Create serviceAccount?"
required: true
group: Other

Loading…
Cancel
Save