Skip to content

Commit

Permalink
feat(otel-collector-metrics): change name of deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
grandwizard28 committed Aug 8, 2024
1 parent 823171e commit dcc1774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
{{- toYaml .Values.otelCollectorMetrics.initContainers.init.resources | nindent 12 }}
{{- end }}
containers:
- name: {{ template "otelCollectorMetrics.fullname" . }}
- name: collector
securityContext:
{{- toYaml .Values.otelCollectorMetrics.securityContext | nindent 12 }}
image: {{ template "otelCollectorMetrics.image" . }}
Expand Down

0 comments on commit dcc1774

Please sign in to comment.