From 5dc1b36ffabc220532f65eb950d26cac47c0b8da Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 6 Nov 2021 17:28:12 +0100 Subject: [PATCH] correct a mistake in persistence list --- charts/incubator/testrc2/Chart.yaml | 2 +- templates/questions/persistenceList.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/incubator/testrc2/Chart.yaml b/charts/incubator/testrc2/Chart.yaml index 5362751b247..17083c8366b 100644 --- a/charts/incubator/testrc2/Chart.yaml +++ b/charts/incubator/testrc2/Chart.yaml @@ -21,7 +21,7 @@ name: testrc2 sources: - https://github.com/Jackett/Jackett type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/templates/questions/persistenceList.yaml b/templates/questions/persistenceList.yaml index 44d32143244..35b05aa3f55 100644 --- a/templates/questions/persistenceList.yaml +++ b/templates/questions/persistenceList.yaml @@ -37,7 +37,7 @@ label: "Automatic Permissions" description: "Automatically set permissions on install" schema: - show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]] + show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]] type: boolean default: true - variable: readOnly @@ -49,7 +49,7 @@ label: "hostPath" description: "Path inside the container the storage is mounted" schema: - show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]] + show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]] type: hostpath - variable: mountPath label: "mountPath" @@ -73,7 +73,7 @@ - variable: size label: "Size quotum of storage" schema: - show_if: [["type", "=", "pvc"],["type", "=", simplePVC]] + show_if: [["type", "=", "pvc"],["type", "=", "simplePVC"]] type: string default: "100Gi" - variable: hostPathType