diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-10-10 16:14:55 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-10-10 16:15:32 -0400 |
commit | b3a4a7be2eaa91d157126b151b54c8ea1ea6335d (patch) | |
tree | 3b4c74e54bb6288fc4bb6a91fd42aa0828e2fc17 /charts/aai-sparky-be/templates/configmap.yaml | |
parent | fc2e638f347fc59c9ea04320d997068d04b32643 (diff) |
Adding mount points for roles and users config
Issue-ID: PORTAL-434
Change-Id: I93818de4551a0ea4f883226e1b4f50613c4d9bd0
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'charts/aai-sparky-be/templates/configmap.yaml')
-rw-r--r-- | charts/aai-sparky-be/templates/configmap.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-sparky-be/templates/configmap.yaml b/charts/aai-sparky-be/templates/configmap.yaml index 055c5ba..50238aa 100644 --- a/charts/aai-sparky-be/templates/configmap.yaml +++ b/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 |