Skip to content

Commit

Permalink
Add warning in NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Oct 5, 2023
1 parent b3fd7ab commit 92cf877
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/opentelemetry-collector/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@
{{- if and (eq .Values.dnsPolicy "None") (not .Values.dnsConfig) }}
{{- fail "[ERROR] dnsConfig should be provided when dnsPolicy is None" }}
{{ end }}

{{- if .Values.configMap.create }}
{{- range $key, $value := (((.Values.config).service).pipelines) }}
{{- if has "logging" ($value.exporters) }}
[WARNING] The logging exporter is deprecated. Use the debug exporter instead.
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 92cf877

Please sign in to comment.