From 3c51905abe09742ef0dce3c23a7b09e29ea3ffff Mon Sep 17 00:00:00 2001 From: Priyanka Jain Date: Mon, 23 Apr 2018 05:52:15 +0000 Subject: [PATCH] Issue in Clamp Configuration Issue-ID: OOM-920 Change-Id: I804686275a45be3e7678f73567a5f7898e40ec4d Signed-off-by: Priyanka Jain --- kubernetes/clamp/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/clamp/templates/configmap.yaml b/kubernetes/clamp/templates/configmap.yaml index b680487fc0..bee8f132ea 100644 --- a/kubernetes/clamp/templates/configmap.yaml +++ b/kubernetes/clamp/templates/configmap.yaml @@ -23,4 +23,4 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: - spring_application_json: {{ .Values.config.springApplicationJson | quote }} + spring_application_json: {{ tpl .Values.config.springApplicationJson . | quote }} -- 2.16.6