(fix) ignore the varrun mitigation for more apps and cleanup hiding it
This commit is contained in:
@@ -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}
|
||||||
|
|
||||||
|
|||||||
@@ -51,3 +51,5 @@ persistence:
|
|||||||
type: pvc
|
type: pvc
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: "100Gi"
|
size: "100Gi"
|
||||||
|
varrun:
|
||||||
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user