Skip to content

Commit

Permalink
fix scope in ingress template
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianfekete committed Aug 24, 2023
1 parent cb886c1 commit cf1382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit cf1382c

Please sign in to comment.