From d9b074d04c2d239cadb4ad82d756800df1ae886a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 23 Sep 2022 11:49:15 +0200 Subject: Put yaml document markers inside enabled blocks --- templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/ingress.yaml') diff --git a/templates/ingress.yaml b/templates/ingress.yaml index b51d695..b1b2ec0 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -1,5 +1,5 @@ ---- {{- if .Values.ingress.enabled -}} +--- {{- $fullName := include "invidious.fullname" . -}} apiVersion: networking.k8s.io/v1 kind: Ingress @@ -38,5 +38,5 @@ spec: number: {{ $.Values.service.port }} {{- end }} {{- end }} -{{- end }} ... +{{- end }} -- cgit v1.1