diff --git a/charts/develop/prototype-gui/Chart.yaml b/charts/develop/prototype-gui/Chart.yaml index ad0d5f2ba2d..57b923cfef1 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: 0.0.9 +version: 0.0.10 diff --git a/charts/develop/prototype-gui/SCALE/questions.yaml b/charts/develop/prototype-gui/SCALE/questions.yaml index 17b16ee235b..8987815f17e 100644 --- a/charts/develop/prototype-gui/SCALE/questions.yaml +++ b/charts/develop/prototype-gui/SCALE/questions.yaml @@ -546,7 +546,7 @@ questions: type: list default: [] items: - - variable: host + - variable: hostEntry label: "Host" schema: type: dict @@ -558,25 +558,28 @@ questions: default: "" required: true - variable: paths - label: "Hosts" + label: "Paths" schema: type: list default: [] items: - - variable: path - label: "path" + - variable: pathEntry + label: "Host" schema: - type: string - required: true - hidden: false - default: "/" - - variable: pathType - label: "pathType" - schema: - type: string - required: true - hidden: false - default: "Prefix" + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" - variable: tls label: "TLS-Settings" schema: