mirror of
https://github.com/truenas/charts.git
synced 2026-02-03 02:23:49 +08:00
Add test cases for language type
This commit is contained in:
@@ -33,6 +33,42 @@ questions:
|
||||
$ref:
|
||||
- definitions/timezone
|
||||
|
||||
- variable: testyamllang
|
||||
label: Test YAML Language
|
||||
group: Plex Configuration
|
||||
description: This is to test yaml language type
|
||||
schema:
|
||||
type: text
|
||||
default: ""
|
||||
language: "yaml"
|
||||
|
||||
- variable: testtomllang
|
||||
label: Test TOML Language
|
||||
group: Plex Configuration
|
||||
description: This is to test toml language type
|
||||
schema:
|
||||
type: text
|
||||
default: ""
|
||||
language: "toml"
|
||||
|
||||
- variable: testjsonlang
|
||||
label: Test JSON Language
|
||||
group: Plex Configuration
|
||||
description: This is to test json language type
|
||||
schema:
|
||||
type: text
|
||||
default: ""
|
||||
language: "json"
|
||||
|
||||
- variable: testtextlang
|
||||
label: Test Text Language
|
||||
group: Plex Configuration
|
||||
description: This is to test json language type
|
||||
schema:
|
||||
type: text
|
||||
default: ""
|
||||
language: "text"
|
||||
|
||||
- variable: plexConfig
|
||||
label: ""
|
||||
group: Plex Configuration
|
||||
|
||||
@@ -152,6 +152,50 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"variable": "testyamllang",
|
||||
"label": "Test YAML Language",
|
||||
"group": "Plex Configuration",
|
||||
"description": "This is to test yaml language type",
|
||||
"schema": {
|
||||
"type": "text",
|
||||
"default": "",
|
||||
"language": "yaml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"variable": "testtomllang",
|
||||
"label": "Test TOML Language",
|
||||
"group": "Plex Configuration",
|
||||
"description": "This is to test toml language type",
|
||||
"schema": {
|
||||
"type": "text",
|
||||
"default": "",
|
||||
"language": "toml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"variable": "testjsonlang",
|
||||
"label": "Test JSON Language",
|
||||
"group": "Plex Configuration",
|
||||
"description": "This is to test json language type",
|
||||
"schema": {
|
||||
"type": "text",
|
||||
"default": "",
|
||||
"language": "json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"variable": "testtextlang",
|
||||
"label": "Test Text Language",
|
||||
"group": "Plex Configuration",
|
||||
"description": "This is to test json language type",
|
||||
"schema": {
|
||||
"type": "text",
|
||||
"default": "",
|
||||
"language": "text"
|
||||
}
|
||||
},
|
||||
{
|
||||
"variable": "plexConfig",
|
||||
"label": "",
|
||||
@@ -2562,4 +2606,4 @@
|
||||
"detailed_readme": "<h1>Plex Media Server helm chart</h1>\n<h2>Configuration</h2>\n<p>Please refer to questions.yaml for a detailed overview on supported configurable items.</p>",
|
||||
"changelog": null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user