fix small mistake in prototype storage GUI size setting

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-11 01:58:54 +02:00
parent 6ee2137cad
commit a1eb1435dd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ maintainers:
name: prototype-gui name: prototype-gui
sources: null sources: null
type: application type: application
version: 1.0.1 version: 1.0.2
@@ -350,9 +350,9 @@ questions:
- value: "ReadWriteMany" - value: "ReadWriteMany"
description: "ReadWriteMany" description: "ReadWriteMany"
- variable: size - variable: size
show_if: [["type", "=", "pvc"]]
label: "Size quotum of storage" label: "Size quotum of storage"
schema: schema:
show_if: [["type", "=", "pvc"]]
type: string type: string
default: "100Gi" default: "100Gi"
- variable: persistenceList - variable: persistenceList
@@ -465,9 +465,9 @@ questions:
- value: "ReadWriteMany" - value: "ReadWriteMany"
description: "ReadWriteMany" description: "ReadWriteMany"
- variable: size - variable: size
show_if: [["type", "=", "pvc"]]
label: "Size quotum of storage" label: "Size quotum of storage"
schema: schema:
show_if: [["type", "=", "pvc"]]
type: string type: string
default: "100Gi" default: "100Gi"