aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml
diff options
context:
space:
mode:
authorMichael Mokry <michael.mokry@att.com>2019-04-14 20:24:43 -0500
committerMichael Mokry <michael.mokry@att.com>2019-04-15 08:25:16 -0500
commit3b2647ab0e41a9f5f94cd6e9b743a80dd4c05694 (patch)
treec267fb2d7cb9e19b6fd5c710ecb2d050ad77a19c /kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml
parent44bb1331811826ab4ac256a8c60b9333e68bd2da (diff)
Updated policy/xacml-pdp Charts
1. Added DB configurations 2. Added dmaap topic.properties 3. Updated charts for dmaap topics 4. Updated charts for db configurations Change-Id: I42d9ed05d342273304c7065438651bba28ff3ffe Issue-ID: POLICY-1640 Signed-off-by: Michael Mokry <michael.mokry@att.com>
Diffstat (limited to 'kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml')
-rw-r--r--kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml b/kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml
index d90b0c93dc..f689f4d6e8 100644
--- a/kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml
+++ b/kubernetes/policy/charts/policy-xacml-pdp/templates/configmap.yaml
@@ -22,4 +22,4 @@ metadata:
name: {{ include "common.fullname" . }}-configmap
namespace: {{ include "common.namespace" . }}
data:
-{{ tpl (.Files.Glob "resources/config/config.json").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}