Skip to content

Commit cf5c715

Browse files
authored
fix: added short description to DA variation and update some inputs to use HCL editor (#272)
1 parent eb2d210 commit cf5c715

File tree

2 files changed

+49
-7
lines changed

2 files changed

+49
-7
lines changed

ibm_catalog.json

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
{
3333
"label": "Fully configurable",
3434
"name": "fully-configurable",
35+
"short_description": "Ideal for users who want flexibility with a reliable starting point.",
3536
"index": 1,
3637
"working_directory": "solutions/fully-configurable",
3738
"iam_permissions": [
@@ -447,7 +448,18 @@
447448
"key": "add_cluster_name"
448449
},
449450
{
450-
"key": "agent_tags"
451+
"key": "agent_tags",
452+
"type": "object",
453+
"custom_config": {
454+
"type": "code_editor",
455+
"grouping": "deployment",
456+
"original_grouping": "deployment",
457+
"config_constraints": {
458+
"supportedLanguages": [
459+
"hcl"
460+
]
461+
}
462+
}
451463
},
452464
{
453465
"key": "deployment_tag"
@@ -469,7 +481,12 @@
469481
"custom_config": {
470482
"type": "code_editor",
471483
"grouping": "deployment",
472-
"original_grouping": "deployment"
484+
"original_grouping": "deployment",
485+
"config_constraints": {
486+
"supportedLanguages": [
487+
"hcl"
488+
]
489+
}
473490
}
474491
},
475492
{
@@ -501,15 +518,30 @@
501518
{
502519
"key": "node_selector",
503520
"type": "object",
504-
"default_value": {}
521+
"default_value": {},
522+
"custom_config": {
523+
"type": "code_editor",
524+
"grouping": "deployment",
525+
"original_grouping": "deployment",
526+
"config_constraints": {
527+
"supportedLanguages": [
528+
"hcl"
529+
]
530+
}
531+
}
505532
},
506533
{
507534
"key": "tolerations",
508535
"type": "array",
509536
"custom_config": {
510537
"type": "code_editor",
511538
"grouping": "deployment",
512-
"original_grouping": "deployment"
539+
"original_grouping": "deployment",
540+
"config_constraints": {
541+
"supportedLanguages": [
542+
"hcl"
543+
]
544+
}
513545
}
514546
},
515547
{
@@ -528,7 +560,12 @@
528560
"custom_config": {
529561
"type": "code_editor",
530562
"grouping": "deployment",
531-
"original_grouping": "deployment"
563+
"original_grouping": "deployment",
564+
"config_constraints": {
565+
"supportedLanguages": [
566+
"hcl"
567+
]
568+
}
532569
}
533570
},
534571
{
@@ -537,7 +574,12 @@
537574
"custom_config": {
538575
"type": "code_editor",
539576
"grouping": "deployment",
540-
"original_grouping": "deployment"
577+
"original_grouping": "deployment",
578+
"config_constraints": {
579+
"supportedLanguages": [
580+
"hcl"
581+
]
582+
}
541583
}
542584
},
543585
{

0 commit comments

Comments
 (0)