charts icon indicating copy to clipboard operation
charts copied to clipboard

Results 89 charts issues
Sort by recently updated
recently updated
newest added

[charts][trino] allow catalogs creation using secrets Purpose: allow catalogs creation using secrets or configMap Why: avoid having passwords exposed as plain text in configMap Tests: https://github.com/trinodb/charts/blob/00b2d04c650567ac58d1acd3754dd91d20371968/tests/trino/test-catalogs-secrets-values.yaml @nineinchnick @mosabua can you...

cla-signed

A small fix, however, took me a while to figure out those spaces should not be there 🥲

documentation

The changes below are a subset of the changes seen in #300 but the PR hasn't seen activity in over a month so I thought it might make sense to...

cla-signed
breaking-change

Graceful shutdown is not working because API call to endpoint - http://localhost:8080/v1/info/state returns 200 response instantly and kubernetes is killing that pod without waiting for `terminationGracePeriodSeconds`. While preStop command should...

It would be great to provide a guide for how to use Keda to auto scaling. Currently I have Keda in my Kubernetes cluster. Here is my Trino values.yaml file:...

When deploying the chart, I wanted to pre-create the secret for the config as an encrypted sealed-secret, as it holds credentials. I am doing this with ArgoCD. The default helm...

* Add internal communication in https * Add discovery scheme in https * Add truststore path and key * Add automatically the https port to coordinator service * Add automatically...

cla-signed

The following additionalProperties: ``` additionalConfigProperties: - http-server.process-forwarded=true - web-ui.authentication.type=oauth2 - web-ui.preview.enabled=true - http-server.authentication.type=oauth2 - http-server.authentication.oauth2.issuer= - http-server.authentication.oauth2.client-id=6 - http-server.authentication.oauth2.client-secret= - internal-communication.shared-secret= ``` cause the worker pod to fail with the...

https://github.com/willmostly/trino-gateway-with-kerberos-example/tree/main gives an example of confguring Trino with [Kuberos](https://github.com/jeffgrunewald/kuberos/tree/master). We could use something similar in our Trino and Trino Gateway tests

### **Description** The Helm chart produces a type mismatch error when deploying the `worker` component due to an incompatible comparison between a float and an integer in the `deployment-worker.yaml` template....