summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/music/templates/configmap.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-12-04 21:32:13 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-04 21:32:13 +0000
commit402744dfb6a0c0b1de43614c9919d513a24ee729 (patch)
tree8963db637c5f2276a922d2f611eb8c6a1daae08e /kubernetes/common/music/templates/configmap.yaml
parent305d69a99c70feab066bdf216b02897fa4192711 (diff)
parent589ecb93f9cd18bd42349243214e965f193c6286 (diff)
Merge "[COMMON][MUSIC] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/common/music/templates/configmap.yaml')
-rw-r--r--kubernetes/common/music/templates/configmap.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/common/music/templates/configmap.yaml b/kubernetes/common/music/templates/configmap.yaml
new file mode 100644
index 0000000000..d42cf2e7e0
--- /dev/null
+++ b/kubernetes/common/music/templates/configmap.yaml
@@ -0,0 +1,21 @@
+{{/*
+# Copyright © 2017-2020 AT&T, 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: {{- include "common.resourceMetadata" . | nindent 2 }}
+data:
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}