Skip to content
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

Merged
merged 3 commits into from
Oct 12, 2023
Merged

Conversation

kotharironak
Copy link
Contributor

As part of this PR,

  • adding TRINO_PASSWORD envs as part of deployment

arun-dhingra
arun-dhingra previously approved these changes Oct 12, 2023
@github-actions

This comment has been minimized.

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #203 (d255cbc) into main (dc4c0c5) will not change coverage.
The diff coverage is n/a.

@@             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             
Flag Coverage Δ
integration 70.43% <ø> (ø)
unit 66.35% <ø> (?)

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

suresh-prakash
suresh-prakash previously approved these changes Oct 12, 2023
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@kotharironak kotharironak merged commit b567d46 into main Oct 12, 2023
7 of 8 checks passed
@kotharironak kotharironak deleted the update-trino-env branch October 12, 2023 08:09
@github-actions
Copy link

Unit Test Results

  40 files  ±0    40 suites  ±0   12s ⏱️ -2s
289 tests ±0  289 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit b567d46. ± Comparison against base commit dc4c0c5.

@@ -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 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why postgresPasswordEnvVariable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants