From b9210b78b060a6d28f0e704474514b4e93c862ad Mon Sep 17 00:00:00 2001 From: Mohamed Khairallah Gharbi Date: Tue, 28 Jan 2025 10:25:03 +0100 Subject: [PATCH] modify readme --- storage/onpremise/activemq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/onpremise/activemq/README.md b/storage/onpremise/activemq/README.md index 2a69c922a..a973552c1 100644 --- a/storage/onpremise/activemq/README.md +++ b/storage/onpremise/activemq/README.md @@ -58,7 +58,7 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [activemq](#input\_activemq) | Parameters of ActiveMQ |
object({
image = string
tag = string
node_selector = any
image_pull_secrets = string
})
| n/a | yes | +| [activemq](#input\_activemq) | Parameters of ActiveMQ |
object({
image = string
tag = string
node_selector = any
image_pull_secrets = string
limits = optional(map(string))
requests = optional(map(string))
activemq_opts_memory = optional(string)
})
| n/a | yes | | [adapter\_absolute\_path](#input\_adapter\_absolute\_path) | The adapter's absolut path | `string` | `"/adapters/queue/amqp/ArmoniK.Core.Adapters.Amqp.dll"` | no | | [adapter\_class\_name](#input\_adapter\_class\_name) | Name of the adapter's class | `string` | `"ArmoniK.Core.Adapters.Amqp.QueueBuilder"` | no | | [namespace](#input\_namespace) | Namespace of ArmoniK storage resources | `string` | n/a | yes |