[esphome] Bug fix for extraEnv (#298)

* [esphome] Quote the env vars

* [esphome] Bump chart version for bug fix
This commit is contained in:
dcplaya 2020-07-28 21:16:51 -07:00 committed by GitHub
parent c78466c598
commit f705e9e41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.14.5
description: ESPHome
name: esphome
version: 1.0.0
version: 1.0.1
keywords:
- esphome
home: https://github.com/billimek/billimek-charts/tree/master/charts/esphome

View File

@ -80,8 +80,8 @@ spec:
{{- end }}
env:
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key }}
value: {{ $value }}
- name: {{ $key | quote }}
value: {{ $value | quote }}
{{- end }}
{{- range $name, $opts := .Values.extraEnvSecrets }}
- name: {{ $name }}