Closed vladimir4862 closed 1 month ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: valdimir. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
@cla-bot check
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: valdimir. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
The cla-bot has been summoned, and re-checked this pull request!
Hello! I'm not very experienced with Trino configuration, but I do have a bit more experience with Helm charts. The main question in this PR is determining the correct place to change the file.password-file and file.group-file configurations.
I placed them in a separate folder to keep automatic updates when k8s secrets are updated. This approach contrasts with using subPath, which does not support automatic file updates within pod volumes.
I was inspired by the issue So maybe @robertpikmets also whant to look at this.