Skip to content

Commit

Permalink
Fix TLS deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
posulliv committed Mar 31, 2022
1 parent e73dda2 commit bcf7b76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: gateway
description: A load balancer / proxy / gateway for Trino
type: application
version: 0.2.0
version: 0.2.1
appVersion: 1.8.8

home: https://github.com/lyft/presto-gateway
Expand Down
2 changes: 0 additions & 2 deletions charts/gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ spec:
value: {{ .Values.gateway.queryHistorySize }}
- name: TLS_ENABLED
value: {{ .Values.gateway.tls.enabled }}
{{- if .Values.gateway.tls.enabled }}
- name: KEYSTORE_PATH
value: {{ .Values.gateway.tls.keystorePath }}
- name: KEYSTORE_PASSWORD
value: {{ .Values.gateway.tls.keystorePassword }}
{{- end }}
{{- with .Values.env }}
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit bcf7b76

Please sign in to comment.