EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 5294fc60 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Allow disabling of automatic configuration of EOxServer in Chart

parent 2fa1753b
No related branches found
No related tags found
1 merge request!82Staging to master
......@@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
......
......@@ -32,6 +32,7 @@ schemes:
{{- end }}
backends:
{{- if .Values.config.registrar.configureEOxServer | default true }}
- type: eoxserver
filter:
kwargs:
......@@ -76,6 +77,7 @@ backends:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- range .Values.config.registrar.backends | default list }}
-{{ toYaml . | nindent 6 }}
{{- end }}
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