commit | 303680b7eefa63fbd04f5cf7f2f4bfb33107cdf6 | [log] [tgz] |
---|---|---|
author | Pierre Rioux <pierre.rioux@amdocs.com> | Wed Sep 12 15:58:20 2018 -0400 |
committer | Prudence Au <prudence.au@amdocs.com> | Fri Sep 14 16:51:04 2018 -0400 |
tree | 6a7920b0c3c5d9888a71e7a1af8872958af3d669 | |
parent | 95f819a35f8ca316647b4a8341a589985f3c21d8 [diff] [blame] |
adding POMBA rules Change-Id: I312ef387ee5e84d90d78474d9c47b337bdfa450a Issue-ID: LOG-434 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
diff --git a/kubernetes/pomba/charts/pomba-validation-service/templates/configmap.yaml b/kubernetes/pomba/charts/pomba-validation-service/templates/configmap.yaml index e66afdc..d3bfd81 100644 --- a/kubernetes/pomba/charts/pomba-validation-service/templates/configmap.yaml +++ b/kubernetes/pomba/charts/pomba-validation-service/templates/configmap.yaml
@@ -35,3 +35,11 @@ namespace: {{ include "common.namespace" . }} data: {{ tpl (.Files.Glob "resources/appconfig/topics/*.properties").AsConfig . | indent 2 }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.fullname" . }}-rules + namespace: {{ include "common.namespace" . }} +data: +{{ tpl (.Files.Glob "resources/bundleconfig/etc/rules/poa-event/*.groovy").AsConfig . | indent 2 }}