From d71b3aca6869aa4d50c433fb8aed3aa7df2aed2b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 16 Jan 2019 19:35:40 -0500 Subject: [PATCH] Fixed alias question types --- templates/PHPMyAdmin/0/rancher-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/PHPMyAdmin/0/rancher-compose.yml b/templates/PHPMyAdmin/0/rancher-compose.yml index 0091e7e..f3cf680 100644 --- a/templates/PHPMyAdmin/0/rancher-compose.yml +++ b/templates/PHPMyAdmin/0/rancher-compose.yml @@ -38,7 +38,7 @@ catalog: (Optional) Create an alias for the service # default: required: false - type: service + type: string - variable: "SERVICE_LINK_2" label: "Service 2" @@ -53,7 +53,7 @@ catalog: (Optional) Create an alias for the service # default: required: false - type: service + type: string - variable: "SERVICE_LINK_3" label: "Service 3" @@ -68,4 +68,4 @@ catalog: (Optional) Create an alias for the service # default: required: false - type: service \ No newline at end of file + type: string \ No newline at end of file