deploy(minor): fix helm syntax for configmap

This commit is contained in:
Langhammer, Jens 2019-10-14 13:45:27 +02:00
parent 1849a7c383
commit 48c3f68cfc
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ data:
cache_db: 0
message_queue_db: 1
error_report_enabled: {{ .Values.config.error_reporting }}
domain: ".{{ .Values.ingress.hosts[0] }}"
domain: ".{{ index .Values.ingress.hosts 0 }}"