aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-apex-pdp
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2020-01-07 10:29:28 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2020-01-08 14:18:05 +0000
commit8dc8a90633d8dff9e7f02cd5de1bc28e0c00e8af (patch)
tree902b264d4d1dff571f480909fcc00d282dfd94cf /kubernetes/policy/charts/policy-apex-pdp
parented0ae6bbf72985a50332a34b147a3bd2c6b25a11 (diff)
Enabling logback file to be loaded using configmap for policy components
Change-Id: Ic73ad605ac3aca689221afed258eb3673398e425 Issue-ID: POLICY-2308 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'kubernetes/policy/charts/policy-apex-pdp')
-rw-r--r--kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml b/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml
index 3fb63718d7..23fd1b56d0 100644
--- a/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml
+++ b/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml
@@ -1,5 +1,6 @@
# ============LICENSE_START=======================================================
# Copyright (C) 2018 Ericsson. All rights reserved.
+# Modifications Copyright (C) 2020 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -28,4 +29,4 @@ binaryData:
{{- end }}
{{- end }}
data:
-{{ tpl (.Files.Glob "resources/config/*.json").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/*.{json,xml}").AsConfig . | indent 2 }}