Skip to content

Commit

Permalink
fix: broken helm chart ingress (#23471)
Browse files Browse the repository at this point in the history
Co-authored-by: josh.paulin <josh.paulin@wheniwork.com>
  • Loading branch information
paulinjo and josh.paulin committed Mar 23, 2023
1 parent a15e833 commit 8f846b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm/superset/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ spec:
{{- end }}
{{- end }}
rules:
{{- if .Values.ingress.extraHostsRaw }}
{{- toYaml .Values.extraEnvRaw | nindent 12 }}
{{- end }}
{{- range .Values.ingress.hosts }}
- host: {{ . }}
http:
Expand Down

0 comments on commit 8f846b7

Please sign in to comment.