Skip to content

Commit ba67df8

Browse files
authored
[jaeger] Support gRPC storage in Jaeger >=1.60.0 (#626)
1 parent e2dc664 commit ba67df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/jaeger/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Cassandra, Elasticsearch, or grpc-plugin, badger, memory related environment var
421421
{{ include "cassandra.env" . }}
422422
{{- else if eq .Values.storage.type "elasticsearch" -}}
423423
{{ include "elasticsearch.env" . }}
424-
{{- else if eq .Values.storage.type "grpc-plugin" -}}
424+
{{- else if or (eq .Values.storage.type "grpc-plugin") (eq .Values.storage.type "grpc") -}}
425425
{{ include "grpcPlugin.env" . }}
426426
{{- else if eq .Values.storage.type "badger" -}}
427427
{{ include "badger.env" . }}

0 commit comments

Comments
 (0)