mirror of
https://github.com/truenas/charts.git
synced 2026-05-08 06:35:11 +08:00
Add text schema to test in integration tests
This commit is contained in:
@@ -35,6 +35,13 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: testtext
|
||||
label: "Test Text Field"
|
||||
group: "Plex Configuration"
|
||||
description: "This is to test text schema"
|
||||
schema:
|
||||
type: text
|
||||
default: ""
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
group: "Advanced DNS Settings"
|
||||
@@ -358,4 +365,4 @@ questions:
|
||||
type: string
|
||||
show_if: [["enableResourceLimits", "=", true]]
|
||||
valid_chars: "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$"
|
||||
default: "8Gi"
|
||||
default: "8Gi"
|
||||
@@ -6,8 +6,8 @@
|
||||
"location": "/__w/charts/charts/charts/plex/1.7.59",
|
||||
"last_update": "2024-01-25 12:51:11",
|
||||
"required_features": [
|
||||
"definitions/timezone",
|
||||
"normalize/ixVolume",
|
||||
"definitions/timezone",
|
||||
"validations/lockedHostPath",
|
||||
"definitions/gpuConfiguration"
|
||||
],
|
||||
@@ -181,6 +181,16 @@
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"variable": "testtext",
|
||||
"label": "Test Text Field",
|
||||
"group": "Plex Configuration",
|
||||
"description": "This is to test text schema",
|
||||
"schema": {
|
||||
"type": "text",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"variable": "dnsConfig",
|
||||
"label": "DNS Configuration",
|
||||
@@ -707,4 +717,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