-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: adding trino related env variables #203
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## main #203 +/- ##
===========================================
Coverage 70.43% 70.43%
- Complexity 10 1047 +1037
===========================================
Files 96 96
Lines 4762 4762
Branches 549 549
===========================================
Hits 3354 3354
Misses 1188 1188
Partials 220 220
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -90,6 +90,13 @@ spec: | |||
name: {{ .Values.queryServiceConfig.data.postgresPasswordSecretName }} | |||
key: {{ .Values.queryServiceConfig.data.postgresqlPasswordSecretKey }} | |||
{{- end }} | |||
{{- if eq .Values.queryServiceConfig.interactiveClientType "trino" }} | |||
- name: {{ .Values.queryServiceConfig.data.postgresPasswordEnvVariable }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why postgresPasswordEnvVariable?
As part of this PR,