mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 09:40:21 +08:00
re-Add custom Env Vars on Handbrake (#369)
This commit is contained in:
@@ -66,6 +66,27 @@ questions:
|
||||
$ref:
|
||||
- "definitions/timezone"
|
||||
|
||||
# Configure Enviroment Variables
|
||||
- variable: environmentVariables
|
||||
label: "Image environment"
|
||||
group: "Configuration"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: environmentVariable
|
||||
label: "Environment Variable"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: "Value"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
- variable: env
|
||||
group: "Configuration"
|
||||
|
||||
Reference in New Issue
Block a user