deploy(minor): fix helm syntax for configmap
This commit is contained in:
parent
1849a7c383
commit
48c3f68cfc
|
@ -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 }}"
|
||||
|
|
Reference in New Issue