You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2023/03/23 14:39:34 UTC

[superset] branch master updated: fix: broken helm chart ingress (#23471)

This is an automated email from the ASF dual-hosted git repository.

craigrueda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f846b7ad0 fix: broken helm chart ingress (#23471)
8f846b7ad0 is described below

commit 8f846b7ad0e0b08201a3543f7680c071b3d996f6
Author: Josh Paulin <jo...@gmail.com>
AuthorDate: Thu Mar 23 10:39:22 2023 -0400

    fix: broken helm chart ingress (#23471)
    
    Co-authored-by: josh.paulin <jo...@wheniwork.com>
---
 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 5a36a48006..44e1e48374 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: