summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-blueprints-processor/templates/configmap.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-26 09:55:32 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-26 09:55:32 +0000
commit62e7f12b980b86d16610404fff73bdedaade7de6 (patch)
tree7884275b43067fe436ffef0bb7a849a790c2db4c /kubernetes/cds/components/cds-blueprints-processor/templates/configmap.yaml
parentad8304614c396970f9ae1f18019d7bcca8f2baad (diff)
parent503b229517a752ce1ebc5950deb823a4b428148e (diff)
Merge "[CDS] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/cds/components/cds-blueprints-processor/templates/configmap.yaml')
-rwxr-xr-xkubernetes/cds/components/cds-blueprints-processor/templates/configmap.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-blueprints-processor/templates/configmap.yaml b/kubernetes/cds/components/cds-blueprints-processor/templates/configmap.yaml
new file mode 100755
index 0000000000..15f611478b
--- /dev/null
+++ b/kubernetes/cds/components/cds-blueprints-processor/templates/configmap.yaml
@@ -0,0 +1,23 @@
+{{/*
+# Copyright (c) 2019 IBM, 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: {{ include "common.fullname" . }}-configmap
+ namespace: {{ include "common.namespace" . }}
+data:
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}