Skip to content

Commit

Permalink
Need to quote boolean environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
posulliv committed Mar 31, 2022
1 parent f692520 commit 985610d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4
version: 0.2.5
appVersion: 1.8.8

home: https://github.com/lyft/presto-gateway
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- name: QUERY_HISTORY_SIZE
value: "{{ .Values.gateway.queryHistorySize }}"
- name: TLS_ENABLED
value: {{ .Values.gateway.tls.enabled }}
value: {{ .Values.gateway.tls.enabled | quote }}
{{- if .Values.gateway.tls.enabled }}
- name: KEYSTORE_PATH
value: {{ .Values.gateway.tls.keystorePath }}
Expand Down

0 comments on commit 985610d

Please sign in to comment.