Skip to content

Commit

Permalink
docs: Change additionalJVMConfig property type
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorrbarros committed Apr 19, 2024
1 parent 1c935db commit 63c9d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The following table lists the configurable parameters of the Trino chart and the
| `coordinator.jvm.gcMethod.g1.heapRegionSize` | | `"32M"` |
| `coordinator.config.memory.heapHeadroomPerNode` | | `""` |
| `coordinator.config.query.maxMemoryPerNode` | | `"1GB"` |
| `coordinator.additionalJVMConfig` | | `{}` |
| `coordinator.additionalJVMConfig` | | `[]` |
| `coordinator.additionalExposedPorts` | | `{}` |
| `coordinator.resources` | | `{}` |
| `coordinator.livenessProbe` | | `{}` |
Expand All @@ -85,7 +85,7 @@ The following table lists the configurable parameters of the Trino chart and the
| `worker.jvm.gcMethod.g1.heapRegionSize` | | `"32M"` |
| `worker.config.memory.heapHeadroomPerNode` | | `""` |
| `worker.config.query.maxMemoryPerNode` | | `"1GB"` |
| `worker.additionalJVMConfig` | | `{}` |
| `worker.additionalJVMConfig` | | `[]` |
| `worker.additionalExposedPorts` | | `{}` |
| `worker.resources` | | `{}` |
| `worker.livenessProbe` | | `{}` |
Expand Down

0 comments on commit 63c9d44

Please sign in to comment.