(fix) repair mistakes in the var/run/ compatibility code for some apps

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-27 00:49:15 +02:00
parent 5c210883ac
commit a907339220
3 changed files with 5 additions and 17 deletions
@@ -391,10 +391,12 @@ questions:
type: string
default: "100Gi"
- variable: varrun
label: ""
schema:
type: dict
attrs:
- variable: enabled
label: ""
schema:
type: boolean
default: false
@@ -9,7 +9,9 @@ image:
pullPolicy: IfNotPresent
tag: v0.9.0@sha256:e633aefd9a89e9c1492bef151eb81d718b5b9ecc7bf1bc80e64b36e5ac480158
persistence:
varrun:
enabled: false
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
@@ -273,22 +273,6 @@ questions:
# Include{serviceList}
- variable: persistence
label: "Integrated Persistent Storage"
description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
attrs:
- variable: varrun
schema:
type: dict
attrs:
- variable: enabled
schema:
type: boolean
default: false
hidden: true
# Include{persistenceList}
- variable: ingress