Skip to content

Commit

Permalink
refactor(signoz): change container name to collector
Browse files Browse the repository at this point in the history
  • Loading branch information
grandwizard28 committed Aug 5, 2024
1 parent 12afa59 commit 823171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/signoz/templates/otel-collector/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
{{- toYaml .Values.otelCollector.initContainers.init.resources | nindent 12 }}
{{- end }}
containers:
- name: app
- name: collector
image: {{ template "otelCollector.image" . }}
imagePullPolicy: {{ .Values.otelCollector.image.pullPolicy }}
ports:
Expand Down

0 comments on commit 823171e

Please sign in to comment.