Skip to content

Commit f260a95

Browse files
committed
fix: default type
1 parent 0ad03dd commit f260a95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@
350350
},
351351
{
352352
"key": "custom_app_repo_blind_connection",
353-
"type": "boolean",
354-
"default_value": false,
353+
"type": "string",
354+
"default_value": "",
355355
"description": "Setting this value to `true` means the server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide. Certain functionality that requires API access to the git server will be disabled. Delivery pipeline will only work using a private worker that has network access to the git server.",
356356
"required": false
357357
},

stack_definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@
261261
{
262262
"name": "custom_app_repo_blind_connection",
263263
"required": false,
264-
"type": "boolean",
264+
"type": "string",
265265
"hidden": false,
266-
"default": false,
266+
"default": "",
267267
"custom_config": {}
268268
},
269269
{

0 commit comments

Comments
 (0)