From 22dc2a4e6924c710eee337bdf7c2d050bdd61a07 Mon Sep 17 00:00:00 2001 From: slimatic Date: Thu, 29 Dec 2016 10:50:15 -0500 Subject: [PATCH] removed mysql & drupal image variable questions --- templates/drupal/0/rancher-compose.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/templates/drupal/0/rancher-compose.yml b/templates/drupal/0/rancher-compose.yml index d42fb83..12adc41 100644 --- a/templates/drupal/0/rancher-compose.yml +++ b/templates/drupal/0/rancher-compose.yml @@ -5,20 +5,6 @@ uuid: Drupal-0 minimum_rancher_version: v0.51.0 questions: - - variable: drupal_tag - description: "docker image tag" - label: "Drupal Image Tag" - required: false - default: "latest" - type: "string" - - - variable: mysql_tag - description: "docker image tag" - label: "MYSQL Image Tag" - required: false - default: "latest" - type: "string" - - variable: public_port description: "public port to access the drupal site" label: "Public Port"