From ae2404027a4faf8eee51ebae92c844178c2bc23f Mon Sep 17 00:00:00 2001 From: maximilien Date: Fri, 28 Aug 2026 02:02:45 +0200 Subject: [PATCH] helm: Ingress: only include yaml document delimiter when followed by content --- script/helm/garage/templates/ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/helm/garage/templates/ingress.yaml b/script/helm/garage/templates/ingress.yaml index 35225daa..35fedbdf 100644 --- a/script/helm/garage/templates/ingress.yaml +++ b/script/helm/garage/templates/ingress.yaml @@ -62,7 +62,9 @@ spec: {{- end }} {{- end }} {{- end }} +{{- if and .Values.ingress.s3.api.enabled .Values.ingress.s3.web.enabled }} --- +{{ end }} {{- if .Values.ingress.s3.web.enabled -}} {{- $fullName := include "garage.fullname" . -}} {{- $svcPort := .Values.service.s3.web.port -}}