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 -}}