EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESA
PRISM
VS
Commits
53182443
Commit
53182443
authored
Oct 14, 2021
by
Fabian Schindler
Browse files
Fixing wrong config structure in mapcache template
parent
da77842c
Changes
1
Hide whitespace changes
Inline
Side-by-side
chart/files/mapcache.xml
View file @
53182443
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</headers>
</headers>
<id>
{{ .Values.storage.cache.access_key_id }}
</id>
<id>
{{ .Values.storage.cache.access_key_id }}
</id>
<secret>
{{ .Values.storage.cache.secret_access_key }}
</secret>
<secret>
{{ .Values.storage.cache.secret_access_key }}
</secret>
{{- if .Values.
config.
storage.cache.region }}
{{- if .Values.storage.cache.region }}
<region>
{{ .Values.storage.cache.region }}
</region>
<region>
{{ .Values.storage.cache.region }}
</region>
{{- end }}
{{- end }}
</cache>
</cache>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment