From 31582505b11fe7ea8b59fb99a28bbbf716667fd2 Mon Sep 17 00:00:00 2001 From: disaster37 Date: Fri, 7 Apr 2017 15:12:17 +0000 Subject: [PATCH] Fix publish port on template --- templates/gocd/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gocd/0/rancher-compose.yml b/templates/gocd/0/rancher-compose.yml index 30579ae..11e6bb6 100644 --- a/templates/gocd/0/rancher-compose.yml +++ b/templates/gocd/0/rancher-compose.yml @@ -93,7 +93,7 @@ catalog: - "true" - "false" - variable: "PUBLISH_PORT" - description: "Set port if you want publish external port for GoCD server or Loadbalancer. Else set 'false'" + description: "Set port if you want publish external port for GoCD server or Loadbalancer" label: "Publish port" required: false type: "string"