diff --git a/templates/ingress.yaml b/templates/ingress.yaml index abbcadc..4c275e2 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -1,5 +1,5 @@ --- -{{- if .Values.ingress.enabled -}} +{{ if .Values.ingress.enabled -}} {{- $fullName := include "adminer.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} apiVersion: {{ include "adminer.ingress.apiVersion" . }}