From 279c43e8c0a4ef77f0038e5078e66058c4664d20 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Wed, 10 Oct 2018 16:14:55 -0400 Subject: Adding mount points for roles and users config Issue-ID: PORTAL-434 Change-Id: I93818de4551a0ea4f883226e1b4f50613c4d9bd0 Signed-off-by: Arul.Nambi --- kubernetes/aai/charts/aai-sparky-be/templates/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/aai/charts/aai-sparky-be/templates/configmap.yaml') diff --git a/kubernetes/aai/charts/aai-sparky-be/templates/configmap.yaml b/kubernetes/aai/charts/aai-sparky-be/templates/configmap.yaml index 055c5ba116..50238aaea3 100644 --- a/kubernetes/aai/charts/aai-sparky-be/templates/configmap.yaml +++ b/kubernetes/aai/charts/aai-sparky-be/templates/configmap.yaml @@ -29,6 +29,8 @@ data: {{ tpl (.Files.Glob "resources/config/application-oxm-default.properties").AsConfig . | indent 2 }} {{ tpl (.Files.Glob "resources/config/application-oxm-override.properties").AsConfig . | indent 2 }} {{ tpl (.Files.Glob "resources/config/application-oxm-schema-prod.properties").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/roles.config").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/users.config").AsConfig . | indent 2 }} --- apiVersion: v1 kind: ConfigMap -- cgit 1.2.3-korg