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

View File

@@ -19,4 +19,4 @@ maintainers:
name: prototype-gui
sources: null
type: application
version: 1.0.1
version: 1.0.2

View File

@@ -350,9 +350,9 @@ questions:
- value: "ReadWriteMany"
description: "ReadWriteMany"
- variable: size
show_if: [["type", "=", "pvc"]]
label: "Size quotum of storage"
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"
- variable: persistenceList
@@ -465,9 +465,9 @@ questions:
- value: "ReadWriteMany"
description: "ReadWriteMany"
- variable: size
show_if: [["type", "=", "pvc"]]
label: "Size quotum of storage"
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"