From 3c498f89c458b38757f1ab59d9a95a21f41465a5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Sun, 28 Jan 2018 16:30:23 +0100 Subject: [PATCH] Fix typo volume driver --- templates/minio/0/rancher-compose.yml | 2 +- templates/minio/1/rancher-compose.yml | 2 +- templates/minio/3/rancher-compose.yml | 2 +- templates/rancher-backup/0/rancher-compose.yml | 2 +- templates/rancher-backup/1/rancher-compose.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/minio/0/rancher-compose.yml b/templates/minio/0/rancher-compose.yml index 8363018..3d155a7 100644 --- a/templates/minio/0/rancher-compose.yml +++ b/templates/minio/0/rancher-compose.yml @@ -36,7 +36,7 @@ catalog: default: "disk" - variable: "VOLUME_DRIVER" description: "Docker driver to store volume or base path for each disks" - label: "Volume drver / Path" + label: "Volume driver / Path" type: "string" required: true default: "local" diff --git a/templates/minio/1/rancher-compose.yml b/templates/minio/1/rancher-compose.yml index ff250f3..28fc7b1 100644 --- a/templates/minio/1/rancher-compose.yml +++ b/templates/minio/1/rancher-compose.yml @@ -36,7 +36,7 @@ catalog: default: "disk" - variable: "VOLUME_DRIVER" description: "Docker driver to store volume or base path for each disks" - label: "Volume drver / Path" + label: "Volume driver / Path" type: "string" required: true default: "local" diff --git a/templates/minio/3/rancher-compose.yml b/templates/minio/3/rancher-compose.yml index 7b7044a..57ed68b 100644 --- a/templates/minio/3/rancher-compose.yml +++ b/templates/minio/3/rancher-compose.yml @@ -36,7 +36,7 @@ catalog: default: "disk" - variable: "VOLUME_DRIVER" description: "Docker driver to store volume or base path for each disks" - label: "Volume drver / Path" + label: "Volume driver / Path" type: "string" required: true default: "local" diff --git a/templates/rancher-backup/0/rancher-compose.yml b/templates/rancher-backup/0/rancher-compose.yml index 8a1feb4..efb3831 100644 --- a/templates/rancher-backup/0/rancher-compose.yml +++ b/templates/rancher-backup/0/rancher-compose.yml @@ -83,7 +83,7 @@ catalog: - "true" - variable: "VOLUME_DRIVER" description: "Docker driver to store volume of local dump" - label: "Volume drver / Path" + label: "Volume driver / Path" type: "string" required: true default: "local" diff --git a/templates/rancher-backup/1/rancher-compose.yml b/templates/rancher-backup/1/rancher-compose.yml index 11b9aee..dbd767f 100644 --- a/templates/rancher-backup/1/rancher-compose.yml +++ b/templates/rancher-backup/1/rancher-compose.yml @@ -83,7 +83,7 @@ catalog: - "true" - variable: "VOLUME_DRIVER" description: "Docker driver to store volume of local dump" - label: "Volume drver / Path" + label: "Volume driver / Path" type: "string" required: true default: "local"