chore(questions.yaml): Disabled by default autoPermissions (#3794)

This commit is contained in:
Stavros Kois
2022-09-17 13:35:11 +03:00
committed by GitHub
parent 0f31d9aae6
commit 47562bcd6b

View File

@@ -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: