diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-17 13:32:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-17 13:32:18 +0000 |
commit | 888bb6bff8323657b4a84a7bf0bb544526e6712d (patch) | |
tree | 8bc3be93b70399dce54f8d36e0a1f92b8d975ab6 /kubernetes/clamp/templates/configmap.yaml | |
parent | 7a429d0a3feb7a305d39325a552105b6b7e5ec0f (diff) | |
parent | 7895b2c497441724a011f7139e82fd6edc5de042 (diff) |
Merge "Clamp cannot connect to SDC"
Diffstat (limited to 'kubernetes/clamp/templates/configmap.yaml')
-rw-r--r-- | kubernetes/clamp/templates/configmap.yaml | 3 |
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 }} |