From 416534add5ad1b8b6af7aec30796816dd5cd9360 Mon Sep 17 00:00:00 2001 From: AlexRRR Date: Fri, 1 Feb 2019 21:03:34 +0100 Subject: [PATCH] fix: don't remove leading new line (#6800) --- install/helm/superset/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/helm/superset/templates/ingress.yaml b/install/helm/superset/templates/ingress.yaml index 884c38b2f..b0888e4ed 100644 --- a/install/helm/superset/templates/ingress.yaml +++ b/install/helm/superset/templates/ingress.yaml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -{{- if .Values.ingress.enabled -}} +{{ if .Values.ingress.enabled -}} {{- $fullName := include "superset.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} apiVersion: extensions/v1beta1