From 02fd36d6be57c5cb11745944d75b7d79773b9fff Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Sat, 25 Feb 2017 01:24:43 +0100 Subject: [PATCH] fix(rancher-compose): update field type string to password for secrets in gogs --- templates/gogs/0/rancher-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/gogs/0/rancher-compose.yml b/templates/gogs/0/rancher-compose.yml index 7b5983b..b9cf7c4 100644 --- a/templates/gogs/0/rancher-compose.yml +++ b/templates/gogs/0/rancher-compose.yml @@ -19,7 +19,7 @@ type: "int" - variable: ssh_port description: "ssh port to access gogs cli" - label: "Ssh Port" + label: "SSH Port" required: true default: "222" type: "int" @@ -27,7 +27,7 @@ description: "mysql root password" label: "Mysql Password" required: true - default: "password" - type: "string" + default: "" + type: "password" gogs: