From 9103611bfd2d2c5fc4991f01282578455aecc39a Mon Sep 17 00:00:00 2001 From: maverick_p Date: Wed, 14 Aug 2024 22:41:34 -0400 Subject: [PATCH] Add comments for Additional Exchange Manager Properties --- charts/trino/values.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index 60854f84..f792a4af 100644 --- a/charts/trino/values.yaml +++ b/charts/trino/values.yaml @@ -208,7 +208,6 @@ resourceGroups: {} # } # ``` - additionalNodeProperties: [] # additionalNodeProperties -- [Additional node # properties](https://trino.io/docs/current/installation/deployment.html#log-levels). @@ -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