From 90a1b6b15ff251d211d9d11e21ab0ac77f5ac306 Mon Sep 17 00:00:00 2001 From: krisztianfekete Date: Thu, 24 Aug 2023 19:07:34 +0200 Subject: [PATCH] fix scope in ingress template --- charts/opentelemetry-collector/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opentelemetry-collector/templates/ingress.yaml b/charts/opentelemetry-collector/templates/ingress.yaml index e626eae22..0a5a4ef68 100644 --- a/charts/opentelemetry-collector/templates/ingress.yaml +++ b/charts/opentelemetry-collector/templates/ingress.yaml @@ -9,7 +9,7 @@ metadata: {{- else }} name: {{ include "opentelemetry-collector.fullname" $ }} {{- end }} - namespace: {{ template "opentelemetry-collector.namespace" . }} + namespace: {{ template "opentelemetry-collector.namespace" $ }} labels: {{- include "opentelemetry-collector.labels" $ | nindent 4 }} {{- include "opentelemetry-collector.component" $ | nindent 4 }}