EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
5294fc60
Commit
5294fc60
authored
3 years ago
by
Fabian Schindler
Browse files
Options
Downloads
Patches
Plain Diff
Allow disabling of automatic configuration of EOxServer in Chart
parent
2fa1753b
No related branches found
No related tags found
1 merge request
!82
Staging to master
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/Chart.yaml
+1
-1
1 addition, 1 deletion
chart/Chart.yaml
chart/files/registrar-config.yaml
+2
-0
2 additions, 0 deletions
chart/files/registrar-config.yaml
with
3 additions
and
1 deletion
chart/Chart.yaml
+
1
−
1
View file @
5294fc60
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
chart/files/registrar-config.yaml
+
2
−
0
View file @
5294fc60
...
...
@@ -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
}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment