use simplePVC as default storage for persistence

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-06 19:43:56 +01:00
parent 1a9ea47d02
commit 1994ef9c0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)"