Adapt for persistence.emptyDir.enabled

This commit is contained in:
Stavros Kois
2021-05-23 20:34:12 +02:00
committed by kjeld Schouten-Lebbing
parent a869e30188
commit 54c0f3ce32
41 changed files with 387 additions and 99 deletions
+8 -2
View File
@@ -240,9 +240,15 @@ questions:
- variable: emptyDir
label: "Mount a ramdisk instead of actual storage"
schema:
type: boolean
default: false
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable emptyDir"
schema:
type: boolean
default: false
hidden: true
- variable: accessMode
label: "Access Mode (Advanced)"
description: "Allow or disallow multiple PVC's writhing to the same PVC"