(fix) adapt Apps for new way of dealing with readonlyroot on S6(ish) containers

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-29 16:36:34 +02:00
parent 2480afdf9b
commit e1ffb00eba
26 changed files with 144 additions and 44 deletions
@@ -568,18 +568,6 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"
- variable: varrun
label: "varrun override"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: ""
schema:
type: boolean
default: false
hidden: true
# Include{persistenceList}
-2
View File
@@ -51,5 +51,3 @@ persistence:
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: false