Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques authored Nov 22, 2022
1 parent 56c8599 commit 77a0699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orb/templates/maestro-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
{{ else }}
value: {{ .Values.maestro.redisESHost }}:{{ .Values.maestro.redisESPort }}
{{ end }}
- name: ORB_SINKER_OTEL_KAFKA_URL
- name: ORB_MAESTRO_OTEL_KAFKA_URL
value: {{ .Values.maestro.kafka.host }}:{{ .Values.maestro.kafka.port }}
- name: ORB_MAESTRO_LOG_LEVEL
value: {{ default .Values.defaults.logLevel .Values.maestro.logLevel }}
Expand Down

0 comments on commit 77a0699

Please sign in to comment.