Skip to content

Commit

Permalink
fix: ui config dangling
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 17, 2024
1 parent d0f167f commit 8343471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/mint/templates/ui-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
{{ end }}
{{- end }}

0 comments on commit 8343471

Please sign in to comment.