(fix) Disable varrun for Lychee and phpldapadmin (#1037)

* disable varrun for lychee

* disable varrun for phpldapadmin
This commit is contained in:
Stavros Kois
2021-09-26 21:02:18 +02:00
committed by GitHub
parent 8418b3e7e7
commit 8b4c2fbf47
4 changed files with 31 additions and 0 deletions
@@ -390,6 +390,15 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"
- variable: varrun
schema:
type: dict
attrs:
- variable: enabled
schema:
type: boolean
default: false
hidden: true
# Include{persistenceList}
- variable: ingress
+2
View File
@@ -31,3 +31,5 @@ persistence:
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: false