Default to blank for persistenceList (#593)
* Default to blank for persistenceList * also on prototype * Also require it
This commit is contained in:
@@ -25,4 +25,4 @@ sources:
|
||||
- https://sdk.collaboraonline.com/contents.html
|
||||
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
||||
type: application
|
||||
version: 6.1.6
|
||||
version: 6.1.7
|
||||
|
||||
@@ -352,7 +352,8 @@ questions:
|
||||
description: "Path inside the container the storage is mounted"
|
||||
schema:
|
||||
type: string
|
||||
default: "/config"
|
||||
required: true
|
||||
default: ""
|
||||
- variable: medium
|
||||
label: "EmptyDir Medium"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user