correct a mistake in persistence list
This commit is contained in:
@@ -21,7 +21,7 @@ name: testrc2
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Jackett/Jackett
|
- https://github.com/Jackett/Jackett
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
label: "Automatic Permissions"
|
label: "Automatic Permissions"
|
||||||
description: "Automatically set permissions on install"
|
description: "Automatically set permissions on install"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]]
|
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
label: "hostPath"
|
label: "hostPath"
|
||||||
description: "Path inside the container the storage is mounted"
|
description: "Path inside the container the storage is mounted"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]]
|
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
|
||||||
type: hostpath
|
type: hostpath
|
||||||
- variable: mountPath
|
- variable: mountPath
|
||||||
label: "mountPath"
|
label: "mountPath"
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
- variable: size
|
- variable: size
|
||||||
label: "Size quotum of storage"
|
label: "Size quotum of storage"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "pvc"],["type", "=", simplePVC]]
|
show_if: [["type", "=", "pvc"],["type", "=", "simplePVC"]]
|
||||||
type: string
|
type: string
|
||||||
default: "100Gi"
|
default: "100Gi"
|
||||||
- variable: hostPathType
|
- variable: hostPathType
|
||||||
|
|||||||
Reference in New Issue
Block a user