diff --git a/helm/templates/ingress.yaml b/helm/templates/ingress.yaml index 43fbbe97d..6547b52d9 100644 --- a/helm/templates/ingress.yaml +++ b/helm/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- end }} backend: service: - name: {{ .Release.Name }} + name: {{ $.Release.Name }} port: name: http {{- end }}