From 47562bcd6bc82efca73eadb6586c2fcfcae217a9 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 17 Sep 2022 13:35:11 +0300 Subject: [PATCH] chore(questions.yaml): Disabled by default autoPermissions (#3794) --- templates/questions/persistence/persistenceList.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/questions/persistence/persistenceList.yaml b/templates/questions/persistence/persistenceList.yaml index 02afc1d20d6..8ed5046d367 100644 --- a/templates/questions/persistence/persistenceList.yaml +++ b/templates/questions/persistence/persistenceList.yaml @@ -59,14 +59,14 @@ schema: show_if: [["type", "=", "simpleHP"]] type: boolean - default: true + default: false - variable: setPermissions label: Automatic Permissions description: Automatically set permissions on install schema: show_if: [["type", "=", "hostPath"]] type: boolean - default: true + default: false - variable: readOnly label: Read Only schema: