Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 48 additions & 6 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
{
"label": "Fully configurable",
"name": "fully-configurable",
"short_description": "Ideal for users who want a fully configurable Monitoring and Workload Protection agent deployment for OpenShift or Kubernetes clusters.",
"index": 1,
"working_directory": "solutions/fully-configurable",
"iam_permissions": [
Expand Down Expand Up @@ -447,7 +448,18 @@
"key": "add_cluster_name"
},
{
"key": "agent_tags"
"key": "agent_tags",
"type": "object",
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
"key": "deployment_tag"
Expand All @@ -469,7 +481,12 @@
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
Expand Down Expand Up @@ -501,15 +518,30 @@
{
"key": "node_selector",
"type": "object",
"default_value": {}
"default_value": {},
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
"key": "tolerations",
"type": "array",
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
Expand All @@ -528,7 +560,12 @@
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
Expand All @@ -537,7 +574,12 @@
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
Expand Down