Skip to content

Commit 6dbaa7c

Browse files
committed
chore: mark app_repo as required
1 parent cd840e4 commit 6dbaa7c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ibm_catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@
281281
{
282282
"key": "app_repo_existing_url",
283283
"type": "string",
284-
"default_value": "",
284+
"default_value": "__NOTSET__",
285285
"description": "Bring your own existing application repository by providing the URL. This will create an integration for your application repository instead of cloning the default sample. Repositories existing in a different org will require the use of Git token. See `app_repo_git_token_secret_name` under optional variables. ",
286-
"required": false
286+
"required": true
287287
},
288288
{
289289
"key": "app_repo_git_token_secret_name",
@@ -790,9 +790,9 @@
790790
{
791791
"key": "app_repo_existing_url",
792792
"type": "string",
793-
"default_value": "",
793+
"default_value": "__NOTSET__",
794794
"description": "Bring your own existing application repository by providing the URL. This will create an integration for your application repository instead of cloning the default sample. Repositories existing in a different org will require the use of Git token. See `app_repo_git_token_secret_name` under optional variables. ",
795-
"required": false
795+
"required": true
796796
},
797797
{
798798
"key": "app_repo_git_token_secret_name",

kubernetes/stack_definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"name": "app_repo_existing_url",
2828
"type": "string",
2929
"hidden": false,
30-
"default": "",
31-
"required": false
30+
"default": "__NOTSET__",
31+
"required": true
3232
},
3333
{
3434
"name": "cluster_name",

stack_definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"name": "app_repo_existing_url",
2828
"type": "string",
2929
"hidden": false,
30-
"default": "",
31-
"required": false
30+
"default": "__NOTSET__",
31+
"required": true
3232
},
3333
{
3434
"name": "resource_group_name",

0 commit comments

Comments
 (0)