[stable/superset] replaced inappropriate 'with' statement with 'if' (#10833)

Signed-off-by: Garrett Bates <gbates101@gmail.com>
This commit is contained in:
Garrett Bates
2019-01-29 08:42:18 -08:00
committed by Kubernetes Prow Robot
parent 05a8462f7e
commit 7a3e23df6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}"