From aec0c468e3e14766b14f993d3ae3448a07ba0483 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Thu, 19 Nov 2020 11:31:36 -0300 Subject: [PATCH] Added missing boolean questions --- .../local-path-provisioner/v0.1.0/questions.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/charts/local-path-provisioner/v0.1.0/questions.yaml b/charts/local-path-provisioner/v0.1.0/questions.yaml index e4273b6..035dc8f 100644 --- a/charts/local-path-provisioner/v0.1.0/questions.yaml +++ b/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 +