From 8f846b7ad0e0b08201a3543f7680c071b3d996f6 Mon Sep 17 00:00:00 2001 From: Josh Paulin Date: Thu, 23 Mar 2023 10:39:22 -0400 Subject: [PATCH] fix: broken helm chart ingress (#23471) Co-authored-by: josh.paulin --- helm/superset/templates/ingress.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/superset/templates/ingress.yaml b/helm/superset/templates/ingress.yaml index 5a36a48006138..44e1e48374d72 100644 --- a/helm/superset/templates/ingress.yaml +++ b/helm/superset/templates/ingress.yaml @@ -45,9 +45,6 @@ spec: {{- end }} {{- end }} rules: - {{- if .Values.ingress.extraHostsRaw }} - {{- toYaml .Values.extraEnvRaw | nindent 12 }} - {{- end }} {{- range .Values.ingress.hosts }} - host: {{ . }} http: