the default GitOps source repository for booting up Jenkins X
修訂 | 79f00b379c04755c1f54f9822d4bdbd0be3ee964 (tree) |
---|---|
時間 | 2019-07-19 01:10:17 |
作者 | David Conde <dconde@clou...> |
Commiter | GitHub |
Merge pull request #7 from macox/remove_gpg
chore: remove gpg passphrase param
@@ -51,17 +51,6 @@ | ||
51 | 51 | "type": "boolean", |
52 | 52 | "title": "Do you want to configure a Docker Registry?", |
53 | 53 | "description": "TODO" |
54 | - }, | |
55 | - "gpg": { | |
56 | - "type": "object", | |
57 | - "properties": { | |
58 | - "passphrase": { | |
59 | - "type": "string", | |
60 | - "format": "password", | |
61 | - "title": "GPG Passphrase", | |
62 | - "description": "for GPG signing artifacts with artifact repositories like Nexus" | |
63 | - } | |
64 | - } | |
65 | 54 | } |
66 | 55 | }, |
67 | 56 | "allOf": [ |