Skip to content

Commit fb78106

Browse files
authored
fix: enable missing HCL editor widget and short description (#221)
1 parent 64b2379 commit fb78106

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

ibm_catalog.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"index": 1,
4848
"install_type": "fullstack",
4949
"working_directory": "solutions/fully-configurable",
50+
"short_description": "Configurable deployment of Logs Agent on a Kubernetes or OpenShift cluster with customizable settings for filters, metadata, and tolerations.",
5051
"iam_permissions": [
5152
{
5253
"service_name": "containers-kubernetes",
@@ -324,7 +325,12 @@
324325
"custom_config": {
325326
"type": "code_editor",
326327
"grouping": "deployment",
327-
"original_grouping": "deployment"
328+
"original_grouping": "deployment",
329+
"config_constraints": {
330+
"supportedLanguages": [
331+
"hcl"
332+
]
333+
}
328334
}
329335
},
330336
{
@@ -412,7 +418,12 @@
412418
"custom_config": {
413419
"type": "code_editor",
414420
"grouping": "deployment",
415-
"original_grouping": "deployment"
421+
"original_grouping": "deployment",
422+
"config_constraints": {
423+
"supportedLanguages": [
424+
"hcl"
425+
]
426+
}
416427
}
417428
},
418429
{
@@ -423,7 +434,12 @@
423434
"custom_config": {
424435
"type": "code_editor",
425436
"grouping": "deployment",
426-
"original_grouping": "deployment"
437+
"original_grouping": "deployment",
438+
"config_constraints": {
439+
"supportedLanguages": [
440+
"hcl"
441+
]
442+
}
427443
}
428444
},
429445
{

0 commit comments

Comments
 (0)