diff --git a/charts/mint/templates/ui-config.yaml b/charts/mint/templates/ui-config.yaml index cbdb955..3831173 100644 --- a/charts/mint/templates/ui-config.yaml +++ b/charts/mint/templates/ui-config.yaml @@ -96,5 +96,5 @@ data: window.REACT_APP_DATA_CATALOG_TYPE = {{ .Values.external_services.ckan.type | quote }}; window.REACT_APP_DATA_CATALOG_API = {{.Values.external_services.ckan.url | quote }}; window.REACT_APP_DATA_CATALOG_KEY = {{ .Values.secrets.external_services.ckan.api_key | quote }}; - -{{- end }} \ No newline at end of file + {{ end }} +{{- end }}