(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
3 changed files with 15 additions and 0 deletions
@@ -394,6 +394,7 @@ questions:
label: "" label: ""
schema: schema:
type: dict type: dict
hidden: true
attrs: attrs:
- variable: enabled - variable: enabled
label: "" label: ""
@@ -568,6 +568,18 @@ questions:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
type: string type: string
default: "100Gi" default: "100Gi"
- variable: varrun
label: ""
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: ""
schema:
type: boolean
default: false
hidden: true
# Include{persistenceList} # Include{persistenceList}
+2
View File
@@ -51,3 +51,5 @@ persistence:
type: pvc type: pvc
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: "100Gi" size: "100Gi"
varrun:
enabled: false