use simplePVC as default storage for persistence
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.4
|
version: 0.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ questions:
|
|||||||
description: "Sets the persistence type, Anything other than PVC could break rollback!"
|
description: "Sets the persistence type, Anything other than PVC could break rollback!"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "simpleHP"
|
default: "simplePVC"
|
||||||
enum:
|
enum:
|
||||||
- value: "simplePVC"
|
- value: "simplePVC"
|
||||||
description: "PVC (simple)"
|
description: "PVC (simple)"
|
||||||
|
|||||||
Reference in New Issue
Block a user