diff --git a/helm/templates/query-service-config.yaml b/helm/templates/query-service-config.yaml index 74f64518..9984fb3d 100644 --- a/helm/templates/query-service-config.yaml +++ b/helm/templates/query-service-config.yaml @@ -67,9 +67,9 @@ data: {{- end }} {{- if eq .Values.queryServiceConfig.interactiveClientType "trino" }} {{- range .Values.trinoHandlers }} - { + { {{ tpl . $ | indent 10 }} - } + } {{- end }} {{- end }} ]