fix(rancher-compose): update field type string to password for secrets in gogs

This commit is contained in:
Maik Ellerbrock 2017-02-25 01:24:43 +01:00
parent ef37392cd3
commit 02fd36d6be
No known key found for this signature in database
GPG Key ID: AC6B0B8B492B04CA

View File

@ -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: