Skip to content

Commit

Permalink
Add comments for Additional Exchange Manager Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mc256 committed Aug 15, 2024
1 parent c073dfa commit 9103611
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ resourceGroups: {}
# }
# ```


additionalNodeProperties: []
# additionalNodeProperties -- [Additional node
# properties](https://trino.io/docs/current/installation/deployment.html#log-levels).
Expand Down Expand Up @@ -238,6 +237,16 @@ additionalLogProperties: []
# ```

additionalExchangeManagerProperties: []
# additionalExchangeManagerProperties -- [Exchange manager
# properties](https://trino.io/docs/current/admin/fault-tolerant-execution.html#exchange-manager).
# @raw
# Example:
# ```yaml
# - exchange.s3.region=object-store-region
# - exchange.s3.endpoint=your-object-store-endpoint
# - exchange.s3.aws-access-key=your-access-key
# - exchange.s3.aws-secret-key=your-secret-key
# ```

eventListenerProperties: []
# eventListenerProperties -- [Event
Expand Down

0 comments on commit 9103611

Please sign in to comment.