Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion packages/okdp-packages/trinodb/trinodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: trinodb
#tag: 475-p01
# Currently, the UI requires the version to conform to SemVer (https://simversion.github.io/)
# https://github.com/OKDP/okdp-ui/blob/main/src/app/shared/utils/utils.ts#L131
tag: 475.0.0-p02-opa
tag: 475.0.0-p03-opa
protected: false
description: |
Apache Trino - Distributed SQL query engine designed for large-scale data processing across multiple data sources.
Expand Down Expand Up @@ -116,6 +116,19 @@ modules:
name: opal-master-token-secret
key: token

{{- if .Context.proxy }}
extraEnv:
{{- end }}
{{- if .Context.proxy.httpProxy }}
HTTP_PROXY: {{ .Context.proxy.httpProxy }}
{{- end }}
{{- if .Context.proxy.httpsProxy }}
HTTPS_PROXY: {{ .Context.proxy.httpsProxy }}
{{- end }}
{{- if .Context.proxy.noProxy }}
NO_PROXY: {{ .Context.proxy.noProxy }}
{{- end }}

- name: main
dependsOn:
- opal
Expand Down
Loading