From 4bf9142001a964e3fbb950ac99d17819fcd41ee0 Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Wed, 9 May 2018 16:17:17 -0400 Subject: Add new onap ca cert to SO Swapping out aai.crt for onap-ca.crt. Change-Id: I4537fcc02c17ed19a0b3c5fa3581037c9999dd5c Issue-ID: OOM-1068 Signed-off-by: Mike Elliott --- kubernetes/so/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/so/templates') diff --git a/kubernetes/so/templates/deployment.yaml b/kubernetes/so/templates/deployment.yaml index 5b3f697a4d..fed4788778 100644 --- a/kubernetes/so/templates/deployment.yaml +++ b/kubernetes/so/templates/deployment.yaml @@ -172,8 +172,8 @@ spec: - key: mso-docker.json path: mso-docker.json mode: 0755 - - key: aai.crt - path: aai.crt + - key: onap-ca.crt + path: onap-ca.crt mode: 0755 - key: encryption.key path: encryption.key -- cgit 1.2.3-korg