Skip to content

Commit a02e78f

Browse files
author
Ilija Vukotic
committed
config fix
1 parent 7361bdc commit a02e78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/servicex/templates/app/configmap.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ data:
166166
VALID_DID_SCHEMES = [ "{{ join "\",\"" $didFinders }}" ]
167167
168168
{{ if and .Values.logging.logstash.enabled .Values.logging.logstash.monitor }}
169-
MONITOR_URL = '{{ tpl .Values.logging.logstash.monitor }}'
169+
MONITOR_URL = '{{ tpl .Values.logging.logstash.monitor . }}'
170170
{{ end }}
171171
{{ if and .Values.logging.logstash.enabled .Values.logging.logstash.logs }}
172-
LOGS_URL = '{{ tpl .Values.logging.logstash.logs }}'
172+
LOGS_URL = '{{ tpl .Values.logging.logstash.logs . }}'
173173
{{ end }}

0 commit comments

Comments
 (0)