From 02805e4efb577d0dcaf5dc9d185faf8df89769ce Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 13 Mar 2023 11:33:46 +0100 Subject: [PATCH] fix(SCALE): ensure Ingress GUI objects are correctly shown/hidden Signed-off-by: Kjeld Schouten-Lebbing --- templates/questions/ingress/ingressTLS.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/questions/ingress/ingressTLS.yaml b/templates/questions/ingress/ingressTLS.yaml index a4eb9124fed..123642f032b 100644 --- a/templates/questions/ingress/ingressTLS.yaml +++ b/templates/questions/ingress/ingressTLS.yaml @@ -8,7 +8,7 @@ label: TLS-Settings schema: type: list - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -39,13 +39,13 @@ - variable: scaleCert label: Use TrueNAS SCALE Certificate (Deprecated) schema: - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" - variable: secretName label: Use Custom Secret (Advanced) schema: - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] type: string default: ""