Closed AleMScof closed 4 months ago
PyCSW server url is constructed with this template
{{ .Values.geonode.ingress.externalScheme}}://{{ .Values.geonode.ingress.externalDomain }}{{ .Values.pycsw.endpoint }}
externalScheme and externalDomain are instead grouped in .Values.geonode.general.x
externalScheme
externalDomain
.Values.geonode.general.x
Clone the repository from the main branch Run a helm template charts/geonode -f minikube-values.yaml -n geonode --debug
helm template charts/geonode -f minikube-values.yaml -n geonode --debug
Verify the PYCSW_SERVER_URL
Should port the URL construction with the same approach as the CATALOGUE_URL
Bug Description
PyCSW server url is constructed with this template
{{ .Values.geonode.ingress.externalScheme}}://{{ .Values.geonode.ingress.externalDomain }}{{ .Values.pycsw.endpoint }}
externalScheme
andexternalDomain
are instead grouped in.Values.geonode.general.x
Reproduction Steps
Clone the repository from the main branch Run a
helm template charts/geonode -f minikube-values.yaml -n geonode --debug
Verify the PYCSW_SERVER_URL
Behavior
Should port the URL construction with the same approach as the CATALOGUE_URL