Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
22 changes: 19 additions & 3 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"index": 1,
"install_type": "fullstack",
"working_directory": "solutions/fully-configurable",
"short_description": "Configurable deployment of Logs Agent on a Kubernetes or OpenShift cluster with customizable settings for filters, metadata, and tolerations.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jor2 Can this be changed to be consistent with what we have in other DAs. Fully configurable variations should say:
"Ideal for users who want flexibility with a reliable starting point."

"iam_permissions": [
{
"service_name": "containers-kubernetes",
Expand Down Expand Up @@ -324,7 +325,12 @@
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
Expand Down Expand Up @@ -412,7 +418,12 @@
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
Expand All @@ -423,7 +434,12 @@
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
},
{
Expand Down