Merge pull request #440 from ellerbrock/gogs-fix
fix(type): update field type string to password for secrets
This commit is contained in:
commit
e4042ef12c
@ -19,7 +19,7 @@
|
|||||||
type: "int"
|
type: "int"
|
||||||
- variable: ssh_port
|
- variable: ssh_port
|
||||||
description: "ssh port to access gogs cli"
|
description: "ssh port to access gogs cli"
|
||||||
label: "Ssh Port"
|
label: "SSH Port"
|
||||||
required: true
|
required: true
|
||||||
default: "222"
|
default: "222"
|
||||||
type: "int"
|
type: "int"
|
||||||
@ -27,7 +27,7 @@
|
|||||||
description: "mysql root password"
|
description: "mysql root password"
|
||||||
label: "Mysql Password"
|
label: "Mysql Password"
|
||||||
required: true
|
required: true
|
||||||
default: "password"
|
default: ""
|
||||||
type: "string"
|
type: "password"
|
||||||
|
|
||||||
gogs:
|
gogs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user