Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Nov 13, 2024
1 parent b45e2dc commit 3e5c65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/databend-query/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ data:
level = {{ .Values.config.log.stderr.level | default "WARN" | quote }}
[log.query]
on = {{ .Values.config.log.query.enabled }}
otlp_endpoint = {{ .Values.config.log.query.otlpEndpoint | quote }}
otlp_protocol = {{ .Values.config.log.query.otlpProtocol | default "http" | quote }}
otlp_endpoint = {{ .Values.config.log.query.otlp_endpoint | quote }}
otlp_protocol = {{ .Values.config.log.query.otlp_protocol | default "http" | quote }}
[log.query.otlp_labels]
{{- if .Values.config.log.query.otlp_labels.tenant }}
tenant = {{ .Values.config.log.query.otlp_labels.tenant | quote }}
Expand Down

0 comments on commit 3e5c65e

Please sign in to comment.