From a1eb1435dd861e435bc9dc0f727c85c07d5c299d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 11 Jun 2021 01:58:54 +0200 Subject: [PATCH] fix small mistake in prototype storage GUI size setting --- charts/develop/prototype-gui/Chart.yaml | 2 +- charts/develop/prototype-gui/SCALE/questions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/develop/prototype-gui/Chart.yaml b/charts/develop/prototype-gui/Chart.yaml index 8e96e76f9dc..9631d4a8357 100644 --- a/charts/develop/prototype-gui/Chart.yaml +++ b/charts/develop/prototype-gui/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: prototype-gui sources: null type: application -version: 1.0.1 +version: 1.0.2 diff --git a/charts/develop/prototype-gui/SCALE/questions.yaml b/charts/develop/prototype-gui/SCALE/questions.yaml index 9c8155ce59a..73e1cd59f77 100644 --- a/charts/develop/prototype-gui/SCALE/questions.yaml +++ b/charts/develop/prototype-gui/SCALE/questions.yaml @@ -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"