We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7361bdc commit a02e78fCopy full SHA for a02e78f
helm/servicex/templates/app/configmap.yaml
@@ -166,8 +166,8 @@ data:
166
VALID_DID_SCHEMES = [ "{{ join "\",\"" $didFinders }}" ]
167
168
{{ if and .Values.logging.logstash.enabled .Values.logging.logstash.monitor }}
169
- MONITOR_URL = '{{ tpl .Values.logging.logstash.monitor }}'
+ MONITOR_URL = '{{ tpl .Values.logging.logstash.monitor . }}'
170
{{ end }}
171
{{ if and .Values.logging.logstash.enabled .Values.logging.logstash.logs }}
172
- LOGS_URL = '{{ tpl .Values.logging.logstash.logs }}'
+ LOGS_URL = '{{ tpl .Values.logging.logstash.logs . }}'
173
0 commit comments