summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/templates/configmap.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-09-21 06:14:02 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-21 06:14:02 +0000
commite898ffbf4afccbcde888cd80709714c10377ddb5 (patch)
tree0f7138bfc01915ba93fc83252b538044fe25d7a2 /kubernetes/policy/templates/configmap.yaml
parent992d8b15fd4b66995c78758111e39d5da765a21b (diff)
parentd74fe9fbe7aab6f0b9bc37bf71237b297cd63e94 (diff)
Merge "[POLICY] Update core images/config for m4 istanbul"
Diffstat (limited to 'kubernetes/policy/templates/configmap.yaml')
-rwxr-xr-xkubernetes/policy/templates/configmap.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/policy/templates/configmap.yaml b/kubernetes/policy/templates/configmap.yaml
index 7809c746bb..17558f86ea 100755
--- a/kubernetes/policy/templates/configmap.yaml
+++ b/kubernetes/policy/templates/configmap.yaml
@@ -1,6 +1,7 @@
{{/*
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2018, 2020 AT&T Intellectual Property
+# Modifications Copyright (C) 2021 Nordix Foundation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,4 +27,4 @@ metadata:
release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
data:
-{{ tpl (.Files.Glob "resources/config/db.sh").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/*.sh").AsConfig . | indent 2 }}