mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[esphome] Bug fix for extraEnv (#298)
* [esphome] Quote the env vars * [esphome] Bump chart version for bug fix
This commit is contained in:
parent
c78466c598
commit
f705e9e41d
@ -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
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user