diff options
author | 2019-03-17 07:41:48 +0000 | |
---|---|---|
committer | 2019-03-17 07:41:48 +0000 | |
commit | e99e077e14a863303a843dc51de0939333f1a2fe (patch) | |
tree | 6e778e77123bd6225afd87df599e26c77bb9774b /kubernetes/aai/charts/aai-resources/templates/configmap.yaml | |
parent | a051e51b437627a8c3307569a1b08b27f42a47a3 (diff) | |
parent | 8737f7ead2eb23a90926fcf36703d368f16cf10e (diff) |
Merge "SidecarRproxy: uri-auth config file to configmap"
Diffstat (limited to 'kubernetes/aai/charts/aai-resources/templates/configmap.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-resources/templates/configmap.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-resources/templates/configmap.yaml b/kubernetes/aai/charts/aai-resources/templates/configmap.yaml index b5a7fc562f..0f40d04dae 100644 --- a/kubernetes/aai/charts/aai-resources/templates/configmap.yaml +++ b/kubernetes/aai/charts/aai-resources/templates/configmap.yaml @@ -203,6 +203,14 @@ 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 }} +--- +apiVersion: v1 kind: Secret metadata: name: {{ include "common.fullname" . }}-rproxy-auth-config |