summaryrefslogtreecommitdiffstats
path: root/charts/aai-champ/templates/configmap.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-03-17 07:41:48 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-17 07:41:48 +0000
commitfac22ebc8d69a36ad7c8fde78d3b1c0ff33f92eb (patch)
treef786d0710f03a84e3a3a931b5495cd9bc9ddbbc5 /charts/aai-champ/templates/configmap.yaml
parent25e936bcecbd2e23544cda8a6fdde4440819d054 (diff)
parent60e439526616731258a9ae70b16aa85ac4a8eab0 (diff)
Merge "SidecarRproxy: uri-auth config file to configmap"
Diffstat (limited to 'charts/aai-champ/templates/configmap.yaml')
-rw-r--r--charts/aai-champ/templates/configmap.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/charts/aai-champ/templates/configmap.yaml b/charts/aai-champ/templates/configmap.yaml
index db77ae2..c3966e7 100644
--- a/charts/aai-champ/templates/configmap.yaml
+++ b/charts/aai-champ/templates/configmap.yaml
@@ -84,4 +84,12 @@ metadata:
namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/rproxy/config/logback-spring.xml").AsConfig . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ include "common.fullname" . }}-rproxy-uri-auth-config
+ namespace: {{ include "common.namespace" . }}
+data:
+{{ tpl (.Files.Glob "resources/rproxy/config/auth/uri-authorization.json").AsConfig . | indent 2 }}
{{ end }} \ No newline at end of file