mirror of
https://github.com/truenas/charts.git
synced 2026-06-15 06:28:46 +08:00
Add comment why the field is hidden
This commit is contained in:
@@ -235,6 +235,8 @@ questions:
|
||||
description: The configuration for the ixVolume dataset.
|
||||
schema:
|
||||
type: dict
|
||||
# Nothing to show for the user
|
||||
hidden: true
|
||||
show_if: [["type", "=", "ixVolume"]]
|
||||
$ref:
|
||||
- "normalize/ixVolume"
|
||||
@@ -244,6 +246,8 @@ questions:
|
||||
description: Enable ACL for the dataset.
|
||||
schema:
|
||||
type: boolean
|
||||
# Postgres does a CHMOD at startup
|
||||
# Which fails with ACL
|
||||
hidden: true
|
||||
default: false
|
||||
- variable: datasetName
|
||||
@@ -272,6 +276,8 @@ questions:
|
||||
description: Enable ACL for the dataset.
|
||||
schema:
|
||||
type: boolean
|
||||
# Postgres does a CHMOD at startup
|
||||
# Which fails with ACL
|
||||
hidden: true
|
||||
default: false
|
||||
- variable: acl
|
||||
@@ -315,6 +321,8 @@ questions:
|
||||
description: The configuration for the ixVolume dataset.
|
||||
schema:
|
||||
type: dict
|
||||
# Nothing to show for the user
|
||||
hidden: true
|
||||
show_if: [["type", "=", "ixVolume"]]
|
||||
$ref:
|
||||
- "normalize/ixVolume"
|
||||
@@ -324,6 +332,8 @@ questions:
|
||||
description: Enable ACL for the dataset.
|
||||
schema:
|
||||
type: boolean
|
||||
# Postgres does a CHMOD at startup
|
||||
# Which fails with ACL
|
||||
hidden: true
|
||||
default: false
|
||||
- variable: datasetName
|
||||
@@ -352,6 +362,8 @@ questions:
|
||||
description: Enable ACL for the dataset.
|
||||
schema:
|
||||
type: boolean
|
||||
# Postgres does a CHMOD at startup
|
||||
# Which fails with ACL
|
||||
hidden: true
|
||||
default: false
|
||||
- variable: acl
|
||||
|
||||
Reference in New Issue
Block a user