From 8aaf2cfd44b8c78b389cba1da952a0e57f368c20 Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Tue, 16 Oct 2018 15:21:06 +0200 Subject: Adding AAF client legacy credentials Change-Id: I866181a39a77a127f5812c92adebf224a82b86e9 Issue-ID: AAI-32 Signed-off-by: Pavel Paroulek --- kubernetes/aai/charts/aai-resources/templates/configmap.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/aai/charts/aai-resources/templates/configmap.yaml') diff --git a/kubernetes/aai/charts/aai-resources/templates/configmap.yaml b/kubernetes/aai/charts/aai-resources/templates/configmap.yaml index 60fb645475..001f5ead65 100644 --- a/kubernetes/aai/charts/aai-resources/templates/configmap.yaml +++ b/kubernetes/aai/charts/aai-resources/templates/configmap.yaml @@ -135,3 +135,4 @@ data: {{ tpl (.Files.Glob "resources/config/aaf/org.onap.aai.keyfile").AsSecrets . | indent 2 }} {{ tpl (.Files.Glob "resources/config/aaf/org.onap.aai.p12").AsSecrets . | indent 2 }} {{ tpl (.Files.Glob "resources/config/aaf/truststoreONAPall.jks").AsSecrets . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/aaf/bath_config.csv").AsSecrets . | indent 2 }} -- cgit 1.2.3-korg