diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-09 16:17:17 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-09 16:17:17 -0400 |
commit | 4bf9142001a964e3fbb950ac99d17819fcd41ee0 (patch) | |
tree | 633b06beeca803b1264460b43b3a6d25c09b734c /kubernetes/so/templates/deployment.yaml | |
parent | 0b9b3f59b5d8fe653d023f9a03c8586836c0c3f7 (diff) |
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>
Diffstat (limited to 'kubernetes/so/templates/deployment.yaml')
-rw-r--r-- | kubernetes/so/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |