From 4fc18440985ed39fbc6e859bb97030e3c4360056 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 12 Sep 2021 14:31:04 +0200 Subject: [PATCH] Try multiple show-if for new gui --- charts/incubator/testbed/Chart.yaml | 2 +- charts/incubator/testbed/SCALE/questions.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/incubator/testbed/Chart.yaml b/charts/incubator/testbed/Chart.yaml index 8dad9d7a485..6485ed161bb 100644 --- a/charts/incubator/testbed/Chart.yaml +++ b/charts/incubator/testbed/Chart.yaml @@ -24,4 +24,4 @@ name: testbed sources: - https://github.com/Jackett/Jackett type: application -version: 6.11.21 +version: 6.11.22 diff --git a/charts/incubator/testbed/SCALE/questions.yaml b/charts/incubator/testbed/SCALE/questions.yaml index 1a15963f329..cec02b376aa 100644 --- a/charts/incubator/testbed/SCALE/questions.yaml +++ b/charts/incubator/testbed/SCALE/questions.yaml @@ -359,7 +359,7 @@ questions: label: "(Advanced) storageClass" description: " Warning: Anything other than SCALE-ZFS will break rollback!" schema: - show_if: [["type", "=", "pvc"]] + show_if: [["type", "=", "pvc"],["expert", "=", true]] type: string default: "SCALE-ZFS" - variable: setPermissions @@ -383,7 +383,7 @@ questions: - variable: hostPathType label: "(Advanced) hostPath Type" schema: - show_if: [["type", "=", "hostPath"]] + show_if: [["type", "=", "hostPath"],["expert", "=", true]] type: string default: "" enum: @@ -425,7 +425,7 @@ questions: label: "(Advanced) Access Mode" description: "Allow or disallow multiple PVC's writhing to the same PV" schema: - show_if: [["type", "=", "pvc"]] + show_if: [["type", "=", "pvc"],["expert", "=", true]] type: string default: "ReadWriteOnce" enum: