summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/templates/configmap.yaml
diff options
context:
space:
mode:
authorac2550 <ac2550@intl.att.com>2018-05-16 14:31:23 +0200
committerac2550 <ac2550@intl.att.com>2018-05-16 14:45:12 +0200
commit7895b2c497441724a011f7139e82fd6edc5de042 (patch)
treef35580e4320866e74ec510ed452e004c0a2ab85c /kubernetes/clamp/templates/configmap.yaml
parent3ebcf63048e23725ef3821bd10a3ba5f5702a620 (diff)
Clamp cannot connect to SDC
Change-Id: Ib55827b52a4b46001ed15518efdec36756f99dfa Issue-ID: CLAMP-151 Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'kubernetes/clamp/templates/configmap.yaml')
-rw-r--r--kubernetes/clamp/templates/configmap.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/clamp/templates/configmap.yaml b/kubernetes/clamp/templates/configmap.yaml
index bee8f132ea..7a66c64755 100644
--- a/kubernetes/clamp/templates/configmap.yaml
+++ b/kubernetes/clamp/templates/configmap.yaml
@@ -23,4 +23,5 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
- spring_application_json: {{ tpl .Values.config.springApplicationJson . | quote }}
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
+ spring_application_json: {{ tpl .Values.config.springApplicationJson . | quote }}