EOX GitLab Instance

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

Fixing endpoint URL in template

parent 07f0ba12
Branches
Tags
1 merge request!55Production release 1.2.0
......@@ -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: 0.3.0
version: 0.3.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.
......
......@@ -65,7 +65,7 @@
</cache>
{{- else if eq .Values.config.objectStorage.cache.type "S3" }}
<cache name="cache" type="S3">
<url>{{ endpoint_url }}/{tileset}/{grid}/{z}/{x}/{y}/{ext}</url>
<url>{{ .Values.config.objectStorage.cache.endpoint_url }}/{tileset}/{grid}/{z}/{x}/{y}/{ext}</url>
<!-- <headers>
<Host>foo.s3.amazonaws.com</Host>
</headers> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment