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