diff options
author | Pavel Paroulek <pavel.paroulek@orange.com> | 2018-10-16 15:21:06 +0200 |
---|---|---|
committer | Pavel Paroulek <pavel.paroulek@orange.com> | 2018-10-16 15:21:06 +0200 |
commit | 79f7688af57baa3a803db6c2e5a47bf32c40680b (patch) | |
tree | 01eacc19d744ef276d2f318fbcde86e8c5b15504 /charts/aai-resources/templates/deployment.yaml | |
parent | 2c8701abbb32d4b2e5aacdd8fe13f849ba45de9b (diff) |
Adding AAF client legacy credentials
Change-Id: I866181a39a77a127f5812c92adebf224a82b86e9
Issue-ID: AAI-32
Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
Diffstat (limited to 'charts/aai-resources/templates/deployment.yaml')
-rw-r--r-- | charts/aai-resources/templates/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/charts/aai-resources/templates/deployment.yaml b/charts/aai-resources/templates/deployment.yaml index 2b124f0..4dcfa2c 100644 --- a/charts/aai-resources/templates/deployment.yaml +++ b/charts/aai-resources/templates/deployment.yaml @@ -478,6 +478,9 @@ spec: - mountPath: /opt/app/aai-resources/resources/aaf/org.onap.aai.keyfile name: {{ include "common.fullname" . }}-aaf-certs subPath: org.onap.aai.keyfile + - mountPath: /opt/app/aai-resources/resources/aaf/bath_config.csv + name: {{ include "common.fullname" . }}-aaf-certs + subPath: bath_config.csv - mountPath: /opt/app/aai-resources/resources/aaf/org.onap.aai.props name: {{ include "common.fullname" . }}-aaf-properties subPath: org.onap.aai.props |