fix(apps): add missing dicts on list items (#3754)

This commit is contained in:
Stavros Kois
2022-09-12 23:40:12 +02:00
committed by GitHub
parent ab92259ca2
commit 337d32cad8
6 changed files with 301 additions and 259 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ name: synapse
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/synapse
type: application
version: 4.0.40
version: 4.0.41
annotations:
truecharts.org/catagories: |
- cloud
+34 -28
View File
@@ -247,38 +247,44 @@ questions:
type: boolean
default: true
- variable: trustedKeyServers
label: "Truested Key Servers"
label: "Trusted Key Servers"
schema:
type: list
default: []
items:
- variable: serverName
label: "Server Name"
schema:
type: string
default: ""
- variable: verifyKeys
label: "Verify Keys"
schema:
additional_attrs: true
type: dict
attrs:
- variable: id
label: "id"
schema:
type: string
default: ""
- variable: key
label: "key"
schema:
type: string
default: ""
private: true
- variable: acceptKeysInsecurely
label: "Accept Keys Insecurely"
schema:
type: boolean
default: false
- variable: trustedKeyServersEntry
label: Trusted Key Servers Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: serverName
label: "Server Name"
schema:
type: string
default: ""
- variable: verifyKeys
label: "Verify Keys"
schema:
additional_attrs: true
type: dict
attrs:
- variable: id
label: "id"
schema:
type: string
default: ""
- variable: key
label: "key"
schema:
type: string
default: ""
private: true
- variable: acceptKeysInsecurely
label: "Accept Keys Insecurely"
schema:
type: boolean
default: false
- variable: logging
group: "Container Configuration"
label: "Logging Configuration"