Skip to content

Commit

Permalink
fix CADIP download links
Browse files Browse the repository at this point in the history
  • Loading branch information
vprivat-ads committed Nov 12, 2024
1 parent af99b41 commit 179d63a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/rs-server-cadip/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ data:
- "$.PublicationDate"
href:
- null
- '{{ $v.endpoint.url.odata }}/Sessions({id})/$value'
- '{{ $v.endpoint.url.odata }}/Files({id})/$value'
geometry: "POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))"
title: "$.Name"
Expand Down Expand Up @@ -495,10 +495,10 @@ data:
download:
type: HTTPDownload
base_uri: '{{ $v.endpoint.url.odata }}/Sessions'
base_uri: '{{ $v.endpoint.url.odata }}/Files'
metadata_mapping:
uid: "$.Id"
downloadLink: "{{ $v.endpoint.url.odata }}/Sessions({uid})/$value"
downloadLink: "{{ $v.endpoint.url.odata }}/Files({uid})/$value"
{{ end }}
---
apiVersion: v1
Expand Down

0 comments on commit 179d63a

Please sign in to comment.