From 80a912e86a6e0a8e681e34d347f9ac56581341fa Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 5 Nov 2023 18:38:26 +0100 Subject: [PATCH] Update ingressList.yaml Signed-off-by: Kjeld Schouten --- templates/questions/ingress/ingressList.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/questions/ingress/ingressList.yaml b/templates/questions/ingress/ingressList.yaml index 1bdd738353f..e9f3307cdd1 100644 --- a/templates/questions/ingress/ingressList.yaml +++ b/templates/questions/ingress/ingressList.yaml @@ -101,7 +101,7 @@ schema: type: list default: [] - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -130,7 +130,7 @@ - variable: scaleCert label: Use TrueNAS SCALE Certificate (Deprecated) schema: - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" @@ -139,13 +139,13 @@ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: secretName label: Use Custom Secret (Advanced) schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: entrypoint label: Traefik Entrypoint