mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/superset] replaced inappropriate 'with' statement with 'if' (#10833)
Signed-off-by: Garrett Bates <gbates101@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
05a8462f7e
commit
7a3e23df6b
@@ -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
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user