Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jul 23, 2024
1 parent 9a3a059 commit e1cd3d1
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions ix-dev/charts/plex/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.</br>
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.</br>
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.
Expand Down

0 comments on commit e1cd3d1

Please sign in to comment.