Skip to content

Commit

Permalink
Update charts/composer/templates/configmap.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: quasystaty <[email protected]>
  • Loading branch information
Lilyjjo and quasystaty1 authored Oct 14, 2024
1 parent 5bdfddc commit 703687d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/composer/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 . }}"
Expand Down

0 comments on commit 703687d

Please sign in to comment.