From 3c1e2390efd383b4b4e658b56ceb96774d5749ec Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 1 Jun 2021 13:18:18 +0200 Subject: [PATCH] fix another ingress bug in the prototype GUI --- charts/develop/prototype-gui/Chart.yaml | 2 +- .../prototype-gui/SCALE/questions.yaml | 37 +++++++++++-------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/charts/develop/prototype-gui/Chart.yaml b/charts/develop/prototype-gui/Chart.yaml index e8dd1513f78..8cf3391b41d 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.11 +version: 0.0.12 diff --git a/charts/develop/prototype-gui/SCALE/questions.yaml b/charts/develop/prototype-gui/SCALE/questions.yaml index 8987815f17e..94d98f3a7c6 100644 --- a/charts/develop/prototype-gui/SCALE/questions.yaml +++ b/charts/develop/prototype-gui/SCALE/questions.yaml @@ -586,24 +586,29 @@ questions: type: list default: [] items: - - variable: hosts - label: "Certificate Hosts" + - variable: tlsEntry + label: "Host" schema: - type: list - default: [] - items: - - variable: host - label: "Host" + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" schema: - type: string - default: "" - required: true - - variable: scaleCERT - label: "Select TrueNAS SCALE Certificate" - schema: - type: int - $ref: - - "definitions/certificate" + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCERT + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" # Enable privileged - variable: securityContext