Skip to content

Commit

Permalink
[Fixes #183] Bug: deploying external pycsw breaks metadata download a…
Browse files Browse the repository at this point in the history
…nd links in api/v2/datasets links section (4.3.0) (#188)
  • Loading branch information
mwallschlaeger authored Jun 29, 2024
1 parent 6d1eab7 commit 4d4726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/geonode/templates/geonode/geonode-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ data:
# Configure PYCSW
{{ if .Values.pycsw.enabled }}
CATALOGUE_ENGINE: geonode.catalogue.backends.pycsw_http
CATALOGUE_URL: "http://{{ include "pycsw_pod_name" . }}:{{ .Values.pycsw.port }}"
CATALOGUE_URL: "{{ include "public_url" . }}{{ .Values.pycsw.endpoint }}"
{{ else }}
CATALOGUE_ENGINE: geonode.catalogue.backends.pycsw_local
{{ end}}
Expand Down

0 comments on commit 4d4726e

Please sign in to comment.