yaml syntax fix
This commit is contained in:
parent
3b07fe5a1b
commit
bdeab9230b
@ -7,32 +7,32 @@ catalog:
|
|||||||
questions:
|
questions:
|
||||||
- variable: POLL_INTERVAL
|
- variable: POLL_INTERVAL
|
||||||
label: POLL_INTERVAL
|
label: POLL_INTERVAL
|
||||||
description: | Frequency in seconds to run checks
|
description: Frequency in seconds to run checks
|
||||||
type: string
|
type: string
|
||||||
default: 1.24
|
default: 1.24
|
||||||
- variable: ENABLE_STORAGE_CHECK
|
- variable: ENABLE_STORAGE_CHECK
|
||||||
label: ENABLE_STORAGE_CHECK
|
label: ENABLE_STORAGE_CHECK
|
||||||
description: | Enable storage check
|
description: Enable storage check
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
- variable: DATA_SPACE_THRESHOLD
|
- variable: DATA_SPACE_THRESHOLD
|
||||||
label: DATA_SPACE_THRESHOLD
|
label: DATA_SPACE_THRESHOLD
|
||||||
description: | Minimum amount of free Docker Data Storage space in bytes
|
description: Minimum amount of free Docker Data Storage space in bytes
|
||||||
type: string
|
type: string
|
||||||
default: 1.24
|
default: 1.24
|
||||||
- variable: METADATA_SPACE_THRESHOLD
|
- variable: METADATA_SPACE_THRESHOLD
|
||||||
label: METADATA_SPACE_THRESHOLD
|
label: METADATA_SPACE_THRESHOLD
|
||||||
description: | Minimum amount of free Docker Data Storage space in bytes
|
description: Minimum amount of free Docker Data Storage space in bytes
|
||||||
type: string
|
type: string
|
||||||
default: 1.24
|
default: 1.24
|
||||||
- variable: DOCKER_API_VERSION
|
- variable: DOCKER_API_VERSION
|
||||||
label: DOCKER_API_VERSION
|
label: DOCKER_API_VERSION
|
||||||
description: | Version of the Docker API to use (storage checks only)
|
description: Version of the Docker API to use (storage checks only)
|
||||||
type: string
|
type: string
|
||||||
default: 1.24
|
default: 1.24
|
||||||
- variable: PUBLISH_PORT
|
- variable: PUBLISH_PORT
|
||||||
label: PUBLISH_PORT
|
label: PUBLISH_PORT
|
||||||
description: | Port to publish the service.
|
description: Port to publish the service.
|
||||||
type: int
|
type: int
|
||||||
default: 5050
|
default: 5050
|
||||||
services:
|
services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user