From: Alexander Dehn Date: Thu, 27 Apr 2023 13:28:40 +0000 (+0000) Subject: [COMMON] Fix template common.nginxIngress rendering issue X-Git-Tag: 12.0.0~43 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=a041dbe508189d6bd67c3e172b21cfc31eb9c319 [COMMON] Fix template common.nginxIngress rendering issue add LF in case of tls config Issue-ID: OOM-3172 Signed-off-by: demskeq8 Change-Id: I34d8a38972e568c67dfbacc2fe97132789379628 --- diff --git a/kubernetes/common/common/templates/_ingress.tpl b/kubernetes/common/common/templates/_ingress.tpl index a9ffd70f96..db276d546c 100644 --- a/kubernetes/common/common/templates/_ingress.tpl +++ b/kubernetes/common/common/templates/_ingress.tpl @@ -356,7 +356,7 @@ spec: {{ toYaml $dot.Values.ingress.tls | indent 4 }} {{- end -}} {{- if $dot.Values.ingress.config -}} -{{- if $dot.Values.ingress.config.tls -}} +{{- if $dot.Values.ingress.config.tls }} tls: - hosts: {{- range $dot.Values.ingress.service }}{{ $baseaddr := required "baseaddr" .baseaddr }}