diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-05-10 19:27:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-10 19:27:57 +0000 |
commit | f06de07699726962177536dc85621e65ab89006a (patch) | |
tree | ad15174c82e64c2653791cdd1ff9f61fa86cd9e7 /kubernetes/so/templates/deployment.yaml | |
parent | df37739b2e6351ade4754dd30553503bf9742efd (diff) | |
parent | 6a0df2e228df21e8c0b8803e0b9887438fbf1915 (diff) |
Merge "Add onap crt"
Diffstat (limited to 'kubernetes/so/templates/deployment.yaml')
-rw-r--r-- | kubernetes/so/templates/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/so/templates/deployment.yaml b/kubernetes/so/templates/deployment.yaml index 067c57d412..0f907372a3 100644 --- a/kubernetes/so/templates/deployment.yaml +++ b/kubernetes/so/templates/deployment.yaml @@ -165,6 +165,9 @@ spec: - key: onap-ca.crt path: onap-ca.crt mode: 0755 + - key: onap-ca-new.crt + path: onap-ca-new.crt + mode: 0755 - key: encryption.key path: encryption.key mode: 0644 |