Skip to content

Commit

Permalink
[jaeger] Support gRPC storage in Jaeger >=1.60.0
Browse files Browse the repository at this point in the history
The keyword changed, so we have to carry the env vars with us
in that case.

Signed-off-by: Ryan Underwood <[email protected]>
  • Loading branch information
runderwo committed Jan 15, 2025
1 parent e2dc664 commit 677db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jaeger/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Cassandra, Elasticsearch, or grpc-plugin, badger, memory related environment var
{{ include "cassandra.env" . }}
{{- else if eq .Values.storage.type "elasticsearch" -}}
{{ include "elasticsearch.env" . }}
{{- else if eq .Values.storage.type "grpc-plugin" -}}
{{- else if or (eq .Values.storage.type "grpc-plugin") (eq .Values.storage.type "grpc") -}}
{{ include "grpcPlugin.env" . }}
{{- else if eq .Values.storage.type "badger" -}}
{{ include "badger.env" . }}
Expand Down

0 comments on commit 677db76

Please sign in to comment.