From 703687d1d4c93ff62b0acec5d646bf4cc2fd7383 Mon Sep 17 00:00:00 2001 From: Lily Johnson <35852084+Lilyjjo@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:25:37 +0200 Subject: [PATCH] Update charts/composer/templates/configmap.yaml Co-authored-by: quasystaty --- charts/composer/templates/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/composer/templates/configmap.yaml b/charts/composer/templates/configmap.yaml index 495aa2d72a..d11e419eaf 100644 --- a/charts/composer/templates/configmap.yaml +++ b/charts/composer/templates/configmap.yaml @@ -29,6 +29,7 @@ data: OTEL_EXPORTER_OTLP_TRACE_HEADERS: "{{ tpl .Values.otel.traceHeaders . }}" OTEL_SERVICE_NAME: "{{ tpl .Values.otel.serviceName . }}" {{- if not .Values.global.dev }} + ASTRIA_COMPOSER_SEQUENCER_URL: "{{ tpl .Values.config.sequencerRpc . }}" {{- else }} ASTRIA_COMPOSER_SEQUENCER_ABCI_ENDPOINT: "{{ tpl .Values.config.sequencerRpc . }}" ASTRIA_COMPOSER_SEQUENCER_GRPC_ENDPOINT: "{{ tpl .Values.config.sequencerGrpc . }}"