the default GitOps source repository for booting up Jenkins X
修訂 | 6ddc8d8e17a157b46b2117a06f9bec0e74be48e1 (tree) |
---|---|
時間 | 2019-07-12 21:43:47 |
作者 | Mark Cox <markcox20@hotm...> |
Commiter | Mark Cox |
chore: remove gpg passphrase param
Signed-off-by: Mark Cox <markcox20@hotmail.com>
@@ -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": [ |