From 7a3e23df6bc263cd58d8db62aa19c0a7472a977d Mon Sep 17 00:00:00 2001 From: Garrett Bates Date: Tue, 29 Jan 2019 11:42:18 -0500 Subject: [PATCH] [stable/superset] replaced inappropriate 'with' statement with 'if' (#10833) Signed-off-by: Garrett Bates --- stable/superset/Chart.yaml | 2 +- stable/superset/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/superset/Chart.yaml b/stable/superset/Chart.yaml index 9503fb03ef..cdf4fa4edb 100644 --- a/stable/superset/Chart.yaml +++ b/stable/superset/Chart.yaml @@ -1,6 +1,6 @@ description: Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application name: superset -version: 1.1.3 +version: 1.1.4 appVersion: "0.28.1" keywords: - bi diff --git a/stable/superset/templates/deployment.yaml b/stable/superset/templates/deployment.yaml index be8c9ff990..d8a538bb89 100644 --- a/stable/superset/templates/deployment.yaml +++ b/stable/superset/templates/deployment.yaml @@ -57,7 +57,7 @@ spec: - name: http containerPort: 8088 protocol: TCP - {{- with .Values.extraEnv }} + {{- if .Values.extraEnv }} env: {{- range $key, $value := .Values.extraEnv }} - name: "{{ $key }}"