From: Priyanka Jain Date: Mon, 23 Apr 2018 05:52:15 +0000 (+0000) Subject: Issue in Clamp Configuration X-Git-Tag: 2.0.0-ONAP~204^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3c51905abe09742ef0dce3c23a7b09e29ea3ffff;p=oom.git Issue in Clamp Configuration Issue-ID: OOM-920 Change-Id: I804686275a45be3e7678f73567a5f7898e40ec4d Signed-off-by: Priyanka Jain --- 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 }}