summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-04-02 18:02:43 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-02 18:02:43 +0000
commit7000165ab96099998a21ec1ed8f306f50947c2ea (patch)
treef47d1cd20bf02c176a6def50a25dea6c98365190 /kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
parentd2698e52cfce661bab74fdf23c4bbd39af8cfe73 (diff)
parent065e2ce2d14ddc3a698a8ad4dfb77ade8e3f95f4 (diff)
Merge "Add Standardized Configuration to SDN-C Chart"
Diffstat (limited to 'kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml')
-rw-r--r--kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml b/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
new file mode 100644
index 0000000000..f2f2524dfd
--- /dev/null
+++ b/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
@@ -0,0 +1,21 @@
+# Copyright © 2017 Amdocs, Bell Canada
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: sdnc-portal-configmap
+ namespace: {{ include "common.namespace" . }}
+data:
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}