From 599073a217e9958e393949f056e126042b336c9f Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 8 Feb 2019 22:46:33 -0500 Subject: [PATCH] Better descriptions, disabled DATA_DIR being required --- templates/Redis/0/rancher-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/Redis/0/rancher-compose.yml b/templates/Redis/0/rancher-compose.yml index 144fbda..93fc709 100644 --- a/templates/Redis/0/rancher-compose.yml +++ b/templates/Redis/0/rancher-compose.yml @@ -33,7 +33,7 @@ catalog: - variable: "CUSTOM_CONF" label: "Custom Configuration" description: | - Whether a custom configuration file should be mounted from the persistent data directory or not. + Whether a custom configuration file should be mounted from the persistent data directory or not. Data Directory is required for this. default: false required: true type: boolean @@ -42,6 +42,7 @@ catalog: label: "Data Directory" description: | The directory to store persistent data for the stack. + Leaving this blank will disable persistent data storage for the stack. default: "Personal/Redis" - required: true + required: false type: string