diff --git a/ix-dev/charts/plex/questions.yaml b/ix-dev/charts/plex/questions.yaml index 82ed2b0d9f..64876281a4 100644 --- a/ix-dev/charts/plex/questions.yaml +++ b/ix-dev/charts/plex/questions.yaml @@ -521,49 +521,49 @@ questions: schema: type: path required: true - - variable: tmpfs_config - label: Tmpfs Configuration - description: The configuration for the tmpfs dataset. - schema: - type: dict - show_if: [["type", "=", "tmpfs"]] - attrs: - - variable: size - label: Tmpfs Size Limit (in Mi) - description: | - The maximum size (in Mi) of the temporary directory.
- For example: 500 - schema: - type: int - default: 500 - required: true - - variable: host_path_config - label: Host Path Configuration + - variable: tmpfs_config + label: Tmpfs Configuration + description: The configuration for the tmpfs dataset. schema: type: dict - show_if: [["type", "=", "host_path"]] + show_if: [["type", "=", "tmpfs"]] attrs: - - variable: acl_enable - label: Enable ACL - description: Enable ACL for the storage. + - variable: size + label: Tmpfs Size Limit (in Mi) + description: | + The maximum size (in Mi) of the temporary directory.
+ For example: 500 schema: - type: boolean - default: false - - variable: acl - label: ACL Configuration + type: int + default: 500 + required: true + - variable: host_path_config + label: Host Path Configuration schema: type: dict - show_if: [["acl_enable", "=", true]] - attrs: [] - $ref: - - "normalize/acl" - - variable: path - label: Host Path - description: The host path to use for storage. - schema: - type: hostpath - show_if: [["acl_enable", "=", false]] - required: true + show_if: [["type", "=", "host_path"]] + attrs: + - variable: acl_enable + label: Enable ACL + description: Enable ACL for the storage. + schema: + type: boolean + default: false + - variable: acl + label: ACL Configuration + schema: + type: dict + show_if: [["acl_enable", "=", true]] + attrs: [] + $ref: + - "normalize/acl" + - variable: path + label: Host Path + description: The host path to use for storage. + schema: + type: hostpath + show_if: [["acl_enable", "=", false]] + required: true - variable: ix_volume_config label: ixVolume Configuration description: The configuration for the ixVolume dataset.