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