From cf6194a86ff6bd02453e00527f1e4bf555dc53b5 Mon Sep 17 00:00:00 2001 From: Conner Swann Date: Wed, 8 Sep 2021 13:46:18 -0700 Subject: [PATCH] fixed connection url env var (#760) --- rust/helm/optics-agent/templates/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/helm/optics-agent/templates/configmap.yaml b/rust/helm/optics-agent/templates/configmap.yaml index 65866ba19..6aa3d3b83 100644 --- a/rust/helm/optics-agent/templates/configmap.yaml +++ b/rust/helm/optics-agent/templates/configmap.yaml @@ -16,10 +16,10 @@ data: OPT_BASE_TRACING_FMT: {{ .Values.optics.tracing.format }} OPT_BASE_TRACING_LEVEL: {{ .Values.optics.tracing.level }} {{- if .Values.optics.homeChain.connectionUrl }} - OPT_BASE_HOME_CONFIG_CONNECTION_URL: {{ .Values.optics.homeChain.connectionUrl }} + OPT_BASE_HOME_CONNECTION_URL: {{ .Values.optics.homeChain.connectionUrl }} {{- end }} {{- if .Values.optics.homeChain.connectionType }} - OPT_BASE_HOME_CONFIG_CONNECTION_TYPE: {{ .Values.optics.homeChain.connectionType }} + OPT_BASE_HOME_CONNECTION_TYPE: {{ .Values.optics.homeChain.connectionType }} {{- end }} {{- range .Values.optics.replicaChains }} {{- if .connectionUrl }}