summaryrefslogtreecommitdiffstats
path: root/kubernetes/helm/starters/onap-app/templates/configmap.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-08-30 19:04:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-30 19:04:02 +0000
commit7f45a78ebc41481e5007ca256962e8e276a335ea (patch)
tree4073c35b24410665cd3a13e3c9bda6f8743842ba /kubernetes/helm/starters/onap-app/templates/configmap.yaml
parent187e47a9b8401f6a26c82a5a7ee8c5a83d253a20 (diff)
parentf4fc1c626b33777d2ab6e340fa36d5827f7bcb1d (diff)
Merge "Apache2 License addition"
Diffstat (limited to 'kubernetes/helm/starters/onap-app/templates/configmap.yaml')
-rw-r--r--kubernetes/helm/starters/onap-app/templates/configmap.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/helm/starters/onap-app/templates/configmap.yaml b/kubernetes/helm/starters/onap-app/templates/configmap.yaml
index 4ccc7cc526..83f2ae0fd5 100644
--- a/kubernetes/helm/starters/onap-app/templates/configmap.yaml
+++ b/kubernetes/helm/starters/onap-app/templates/configmap.yaml
@@ -1,4 +1,5 @@
# Copyright © 2017 Amdocs, Bell Canada
+# Modifications Copyright © 2018 AT&T, ZTE
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -18,4 +19,4 @@ metadata:
name: {{ include "common.fullname" . }}-configmap
namespace: {{ include "common.namespace" . }}
data:
-{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} \ No newline at end of file
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}