fix pvcname fuckup for nextcloud

This commit is contained in:
kjeld Schouten-Lebbing
2021-07-02 21:34:48 +02:00
parent 516f8caae3
commit 3b98ed52a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
type: application type: application
version: 1.0.1 version: 1.0.2
@@ -454,7 +454,7 @@ questions:
description: "Forces a certain name for the PVC" description: "Forces a certain name for the PVC"
schema: schema:
type: string type: string
default: "db" default: "redismaster"
hidden: true hidden: true
- variable: type - variable: type
label: "(Advanced) Type of Storage" label: "(Advanced) Type of Storage"