Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: mehul <[email protected]>
  • Loading branch information
hellspawn679 committed Nov 19, 2024
1 parent 0ad61d2 commit c07f325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/jaeger/templates/es-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ data:
otlp:
protocols:
grpc:
endpoint:{{ .Values.config.receivers.otlp.protocols.endpoint.grpc | indent 1 }}
endpoint:{{ .Values.config.receivers.otlp.protocols.grpc.endpoint | indent 1 }}
http:
endpoint:{{ .Values.config.receivers.otlp.protocols.endpoint.http | indent 1 }}
endpoint:{{ .Values.config.receivers.otlp.protocols.http.endpoint | indent 1 }}
processors:
batch:
Expand Down

0 comments on commit c07f325

Please sign in to comment.