Skip to content

Commit

Permalink
fix: use volume name instead of config map name (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasZeissner authored Oct 11, 2024
1 parent d7f109c commit 1a3a527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cosmo/charts/otelcollector/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
{{- if .Values.existingConfigmap }}
volumeMounts:
- mountPath: /etc/otel-config.yaml
name: {{ .Values.existingConfigmap }}
name: otelcollector-config-volume
subPath: otel-config.yaml
readOnly: true
{{ end }}
Expand Down

0 comments on commit 1a3a527

Please sign in to comment.