diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-06 14:44:40 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-06 22:01:02 -0400 |
commit | 41a435da51a6c39809b9582f79822ac4a6e6c64c (patch) | |
tree | dfe5fe858cf8f4fd0e2a51f67f8bb7673e571527 /templates/configmap.yaml | |
parent | a57fb71015385a6b4ef4e31097030490193e21fd (diff) |
Add graphadmin microservice to oom
Add the graphadmin charts to oom
Also added the aai_schema changes to
make the application model driven
Update the resources traversal charts
to be more user configurable
Issue-ID: AAI-1545
Issue-ID: AAI-1474
Change-Id: Ie615cf3675b36a4830242a8510046c22fd95135b
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'templates/configmap.yaml')
-rw-r--r-- | templates/configmap.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/configmap.yaml b/templates/configmap.yaml index 627f8b9..bd5f9b9 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -42,10 +42,10 @@ data: apiVersion: v1 kind: Secret metadata: - name: aai-auth-secret + name: aai-auth-truststore-secret namespace: {{ include "common.namespace" . }} type: Opaque data: -{{ tpl (.Files.Glob "resources/config/aai/aai_keystore").AsSecrets . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/aai/*").AsSecrets . | indent 2 }} |