correct a mistake in persistence list

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-06 17:28:12 +01:00
parent 03a0110224
commit 5dc1b36ffa
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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