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

This commit is contained in:
Stavros Kois
2022-09-17 12:35:11 +02:00
committed by GitHub
parent 0f31d9aae6
commit 47562bcd6b
@@ -59,14 +59,14 @@
schema: schema:
show_if: [["type", "=", "simpleHP"]] show_if: [["type", "=", "simpleHP"]]
type: boolean type: boolean
default: true default: false
- variable: setPermissions - variable: setPermissions
label: Automatic Permissions label: Automatic Permissions
description: Automatically set permissions on install description: Automatically set permissions on install
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "=", "hostPath"]]
type: boolean type: boolean
default: true default: false
- variable: readOnly - variable: readOnly
label: Read Only label: Read Only
schema: schema: