mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
d55189e5bb
commit
8dba0886a9
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user