From bdeab9230b222f1e94c4efc9823ea6cd45ce234a Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Wed, 20 Dec 2017 10:34:21 -0800 Subject: [PATCH] yaml syntax fix --- templates/cowcheck/0/rancher-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/cowcheck/0/rancher-compose.yml b/templates/cowcheck/0/rancher-compose.yml index 9ef475d..0ff5434 100644 --- a/templates/cowcheck/0/rancher-compose.yml +++ b/templates/cowcheck/0/rancher-compose.yml @@ -7,32 +7,32 @@ catalog: questions: - variable: POLL_INTERVAL label: POLL_INTERVAL - description: | Frequency in seconds to run checks + description: Frequency in seconds to run checks type: string default: 1.24 - variable: ENABLE_STORAGE_CHECK label: ENABLE_STORAGE_CHECK - description: | Enable storage check + description: Enable storage check type: bool default: false - variable: 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 default: 1.24 - variable: 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 default: 1.24 - variable: 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 default: 1.24 - variable: PUBLISH_PORT label: PUBLISH_PORT - description: | Port to publish the service. + description: Port to publish the service. type: int default: 5050 services: