EOX GitLab Instance

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

Fixing type of env var in cache template

parent b570bee1
No related branches found
No related tags found
1 merge request!55Production release 1.2.0
......@@ -75,7 +75,7 @@ spec:
- name: WAIT_SERVICES
value: "{{ .Release.Name }}-database:{{ .Values.config.database.DB_PORT }} {{ .Release.Name }}-renderer:80"
- name: WAIT_TIMEOUT
value: 300
value: "300"
volumeMounts:
- mountPath: /mapcache-template.xml
name: cache-config.xml
......
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