We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2879842 commit 78a6008Copy full SHA for 78a6008
ibm_catalog.json
@@ -154,7 +154,10 @@
154
]
155
},
156
{
157
- "key": "enable_platform_logs"
+ "key": "enable_platform_logs",
158
+ "type": "boolean",
159
+ "default_value": true,
160
+ "required": true
161
162
163
"key": "logs_routing_tenant_regions"
@@ -500,6 +503,14 @@
500
503
"name": "agents",
501
504
"install_type": "extension",
502
505
"working_directory": "solutions/agents",
506
+ "licenses": [
507
+ {
508
+ "id": "LICENSE",
509
+ "name": "LICENSE",
510
+ "type": "text/plain",
511
+ "description": "LICENSE"
512
+ }
513
+ ],
514
"iam_permissions": [
515
516
"service_name": "containers-kubernetes",
0 commit comments