Add text schema to test in integration tests

This commit is contained in:
M. Rehan
2024-01-26 06:08:33 +05:00
parent abd0fbc048
commit 5f23554899
2 changed files with 20 additions and 3 deletions

View File

@@ -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"

View File

@@ -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
}
}
}