use simplePVC as default storage for persistence
This commit is contained in:
parent
1a9ea47d02
commit
1994ef9c0b
|
@ -21,7 +21,7 @@ name: testrc2
|
|||
sources:
|
||||
- https://github.com/Jackett/Jackett
|
||||
type: application
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
|
|
@ -193,7 +193,7 @@ questions:
|
|||
description: "Sets the persistence type, Anything other than PVC could break rollback!"
|
||||
schema:
|
||||
type: string
|
||||
default: "simpleHP"
|
||||
default: "simplePVC"
|
||||
enum:
|
||||
- value: "simplePVC"
|
||||
description: "PVC (simple)"
|
||||
|
|
Loading…
Reference in New Issue