[stable/node-red] fix for templating error of extraEnvs (#17209)

* fix templating error

Signed-off-by: y-matsuda <matsuda@lab.acs-jp.com>

* bump up version of stable/node-red

Signed-off-by: y-matsuda <matsuda@lab.acs-jp.com>
This commit is contained in:
ichy
2019-09-18 05:51:29 -07:00
committed by Kubernetes Prow Robot
parent d55189e5bb
commit 8dba0886a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.20.7
description: Node-RED is flow-based programming for the Internet of Things
name: node-red
version: 1.3.2
version: 1.3.3
keywords:
- nodered
- node-red
+1 -1
View File
@@ -45,7 +45,7 @@ spec:
- name: TZ
value: "{{ .Values.timezone }}"
{{- with .Values.extraEnvs }}
{{ toYaml .Values.extraEnvs | indent 12 }}
{{ toYaml . | indent 12 }}
{{- end }}
volumeMounts:
- name: data