From 8d622cff35c0bc3669184ed6c329cbf0f7030779 Mon Sep 17 00:00:00 2001 From: Josh Cox Date: Mon, 31 Jul 2017 12:21:05 -0500 Subject: [PATCH] Made local default --- templates/zookeeper/3/rancher-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zookeeper/3/rancher-compose.yml b/templates/zookeeper/3/rancher-compose.yml index 46c74b0..33fe7af 100644 --- a/templates/zookeeper/3/rancher-compose.yml +++ b/templates/zookeeper/3/rancher-compose.yml @@ -68,9 +68,10 @@ catalog: description: "The VOLUME driver to associate with this server" label: "VOLUME Driver" required: true - default: "rancher-nfs" + default: "local" type: enum options: # List of options if using type of `enum` + - local - rancher-nfs - rancher-efs - rancher-ebs