Skip to content

Commit 7a95826

Browse files
authored
fix: add short description to DA variation and use HCL editor for some inputs (#83)
1 parent a1fbda6 commit 7a95826

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ibm_catalog.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
{
5757
"label": "Fully configurable",
5858
"name": "fully-configurable",
59+
"short_description": "Ideal for users who want full control and customization of their Watsonx deployment on Red Hat OpenShift",
5960
"working_directory": "solutions/fully-configurable",
6061
"iam_permissions": [
6162
{
@@ -279,7 +280,17 @@
279280
]
280281
},
281282
{
282-
"key": "odf_config"
283+
"key": "odf_config",
284+
"custom_config": {
285+
"type": "code_editor",
286+
"grouping": "deployment",
287+
"original_grouping": "deployment",
288+
"config_constraints": {
289+
"supportedLanguages": [
290+
"hcl"
291+
]
292+
}
293+
}
283294
},
284295
{
285296
"key": "provider_visibility",

0 commit comments

Comments
 (0)