diff --git a/templates/MongoDB/2/rancher-compose.yml b/templates/MongoDB/2/rancher-compose.yml index 9ae88fa..53a2630 100644 --- a/templates/MongoDB/2/rancher-compose.yml +++ b/templates/MongoDB/2/rancher-compose.yml @@ -1,6 +1,6 @@ .catalog: name: "MongoDB" - version: "3.2-rancher1" + version: "3.2-rancher2" description: "MongoDB Replica Set" uuid: mongodb-1 minimum_rancher_version: v0.46.0 @@ -11,10 +11,10 @@ type: "string" required: true default: "rs0" - - variable: "host_label" + - variable: host_label label: "Host Label to MongoDB Tags" description: | - Comma delimited list of host label to use as MongoDB 'value' tag. + Host label to use as MongoDB 'value' tag. Example: 'database' required: false type: "string" diff --git a/templates/MongoDB/config.yml b/templates/MongoDB/config.yml index 46bd0e9..4ea53c1 100644 --- a/templates/MongoDB/config.yml +++ b/templates/MongoDB/config.yml @@ -1,5 +1,5 @@ name: MongoDB description: | MongoDB Replica Set. -version: 3.2-rancher1 +version: 3.2-rancher2 category: Databases