mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
Add validation for hostpath in plex app
This commit is contained in:
@@ -185,6 +185,8 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
$ref:
|
||||
- "validations/hostPath"
|
||||
- variable: data
|
||||
label: "Data Volume"
|
||||
schema:
|
||||
@@ -220,6 +222,8 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
$ref:
|
||||
- "validations/hostPath"
|
||||
- variable: config
|
||||
label: "Config Volume"
|
||||
schema:
|
||||
@@ -255,6 +259,8 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
$ref:
|
||||
- "validations/hostPath"
|
||||
- variable: shared
|
||||
label: "Shared Volume"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user