(fix) ignore the varrun mitigation for more apps and cleanup hiding it

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-27 00:52:13 +02:00
parent a907339220
commit 79bcf70157
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 15 additions and 0 deletions

View File

@ -394,6 +394,7 @@ questions:
label: ""
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: ""

View File

@ -568,6 +568,18 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"
- variable: varrun
label: ""
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: ""
schema:
type: boolean
default: false
hidden: true
# Include{persistenceList}

View File

@ -51,3 +51,5 @@ persistence:
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: false