mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 13:59:51 +08:00
Switch to list type for Environment, so that UI can render properly
This commit is contained in:
@@ -71,9 +71,24 @@ questions:
|
||||
label: "IPFS image environment"
|
||||
group: "IPFS Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs: []
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: environmentVariable
|
||||
label: "Environment Variable"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Value"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: service
|
||||
description: "IPFS Service Configuration"
|
||||
|
||||
Reference in New Issue
Block a user