EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 67f97dec authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Don't configure path_backend in config if it's empty

Previously, it was set to null in that case
parent 688db16e
No related branches found
No related tags found
1 merge request!3Fix product type filtering
Pipeline #19149 passed
......@@ -39,10 +39,12 @@ backends:
-{{ toYaml . | nindent 6 }}
{{- end }}
{{- if not (empty .Values.pathBackends) }}
path_backends:
{{- range .Values.pathBackends }}
-{{ toYaml . | nindent 6 }}
{{- end }}
{{- end }}
{{- if not (empty .Values.preHandlers) }}
pre_handlers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment