commit | 3c51905abe09742ef0dce3c23a7b09e29ea3ffff | [log] [tgz] |
---|---|---|
author | Priyanka Jain <Priyanka.Jain3@amdocs.com> | Mon Apr 23 05:52:15 2018 +0000 |
committer | Priyanka Jain <Priyanka.Jain3@amdocs.com> | Tue May 01 10:36:46 2018 +0000 |
tree | cce6335e3a3178c82563a678626aa677aaad0783 | |
parent | 5689d5f064eff1440be723603895947c7d720b15 [diff] |
Issue in Clamp Configuration Issue-ID: OOM-920 Change-Id: I804686275a45be3e7678f73567a5f7898e40ec4d Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
diff --git a/kubernetes/clamp/templates/configmap.yaml b/kubernetes/clamp/templates/configmap.yaml index b680487..bee8f13 100644 --- a/kubernetes/clamp/templates/configmap.yaml +++ b/kubernetes/clamp/templates/configmap.yaml
@@ -23,4 +23,4 @@ release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: - spring_application_json: {{ .Values.config.springApplicationJson | quote }} + spring_application_json: {{ tpl .Values.config.springApplicationJson . | quote }}