-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot overwrite table with non table for trino.coordinator.additionalJVMConfig and for trino.worker.additionalJVMConfig #153
Comments
Hi @adityatanwar03! I noticed that there might be a small issue with the type definition of trino.coordinator.additional JVM Config. To fix this, simply replace it with an array of strings, and your upgrade should work smoothly. Would you mind testing it with the following values? coordinator:
additionalJVMConfig:
- "-Djava.security.auth.login.config=/etc/trino/config-files/conf.jaas"
- "-Djava.security.krb5.conf=/etc/trino/config-files/krb5.conf" I crafted a PR for fix it: #154 |
@heitorrbarros In the first run it didnt showed any warning / error but after that again it started showing those warnings.
the override-values.yaml i am using looks like this
|
#154 has been merged, so I'll close this. Feel free to reopen if you're still seeing these warnings on a fresh install. |
Hi i think the additionalJVMConfig parameter in the values.yaml should be
additionalJVMConfig : [ ]
instead ofadditionalJVMConfig: { }
which is producing this error / bug when doing helm install and upgradeValues i am using the additionalJVMConfig parameter :
Error / bug i am getting :
coalesce.go:286: warning: cannot overwrite table with non table for trino.coordinator.additionalJVMConfig (map[])
Result : Despite of the above message the configmap is creating properly
Tasks
The text was updated successfully, but these errors were encountered: