Skip to content

Commit 61454ea

Browse files
authored
fix: updated applicable DA inputs to use HCL editor widget (#186)
1 parent f0d8441 commit 61454ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ibm_catalog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"key": "tolerations",
270270
"type": "array",
271271
"custom_config": {
272-
"type": "textarea",
272+
"type": "code_editor",
273273
"grouping": "deployment",
274274
"original_grouping": "deployment"
275275
}
@@ -288,7 +288,7 @@
288288
"key": "metrics_filter",
289289
"type": "array",
290290
"custom_config": {
291-
"type": "textarea",
291+
"type": "code_editor",
292292
"grouping": "deployment",
293293
"original_grouping": "deployment"
294294
}
@@ -297,7 +297,7 @@
297297
"key": "container_filter",
298298
"type": "array",
299299
"custom_config": {
300-
"type": "textarea",
300+
"type": "code_editor",
301301
"grouping": "deployment",
302302
"original_grouping": "deployment"
303303
}

0 commit comments

Comments
 (0)