fix pvcname fuckup for nextcloud
This commit is contained in:
parent
516f8caae3
commit
3b98ed52a0
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/nextcloud/docker
|
||||
- https://github.com/nextcloud/helm
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
|
|
|
@ -454,7 +454,7 @@ questions:
|
|||
description: "Forces a certain name for the PVC"
|
||||
schema:
|
||||
type: string
|
||||
default: "db"
|
||||
default: "redismaster"
|
||||
hidden: true
|
||||
- variable: type
|
||||
label: "(Advanced) Type of Storage"
|
||||
|
|
Loading…
Reference in New Issue