You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to deploy Trino Gateway using Helm (version 1.13.0). I have populated the dataStoreSecrets section and removed the dataStore configuration from the config section. However, the final configuration still includes the default values, override/merge from dataStoreSecrets doesn't show up.
@willmostly helped investigate in slack channel, he find it's due to in merge .Values.config $authenticationDict $dataStoreDict $backendStateDict
.Values.config is populated with the custom values you supply + the default values... which contains
Hello, I'm trying to deploy Trino Gateway using Helm (version 1.13.0). I have populated the dataStoreSecrets section and removed the dataStore configuration from the config section. However, the final configuration still includes the default values, override/merge from dataStoreSecrets doesn't show up.
I see code in templates/secrets.yaml
I'm not sure how these default values are being populated. Could someone help me understand? Thank you in advance!
The text was updated successfully, but these errors were encountered: