commit | 4bf9142001a964e3fbb950ac99d17819fcd41ee0 | [log] [tgz] |
---|---|---|
author | Mike Elliott <mike.elliott@amdocs.com> | Wed May 09 16:17:17 2018 -0400 |
committer | Mike Elliott <mike.elliott@amdocs.com> | Wed May 09 16:17:17 2018 -0400 |
tree | 633b06beeca803b1264460b43b3a6d25c09b734c | |
parent | 0b9b3f59b5d8fe653d023f9a03c8586836c0c3f7 [diff] [blame] |
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 <mike.elliott@amdocs.com>
diff --git a/kubernetes/so/templates/deployment.yaml b/kubernetes/so/templates/deployment.yaml index 5b3f697..fed4788 100644 --- a/kubernetes/so/templates/deployment.yaml +++ b/kubernetes/so/templates/deployment.yaml
@@ -172,8 +172,8 @@ - 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