Skip to content

Commit 78a6008

Browse files
feat: add 'enable_platform_logs' boolean field with default value and required flag in ibm_catalog.json; include LICENSE information for agent flavor
1 parent 2879842 commit 78a6008

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ibm_catalog.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@
154154
]
155155
},
156156
{
157-
"key": "enable_platform_logs"
157+
"key": "enable_platform_logs",
158+
"type": "boolean",
159+
"default_value": true,
160+
"required": true
158161
},
159162
{
160163
"key": "logs_routing_tenant_regions"
@@ -500,6 +503,14 @@
500503
"name": "agents",
501504
"install_type": "extension",
502505
"working_directory": "solutions/agents",
506+
"licenses": [
507+
{
508+
"id": "LICENSE",
509+
"name": "LICENSE",
510+
"type": "text/plain",
511+
"description": "LICENSE"
512+
}
513+
],
503514
"iam_permissions": [
504515
{
505516
"service_name": "containers-kubernetes",

0 commit comments

Comments
 (0)