diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-27 07:20:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-27 07:20:03 +0000 |
commit | 029a8a64fbf2f02b36c09d37d84813af25ec8cb9 (patch) | |
tree | 605f40a6edb78b7a0ef64585c6dbe3a2e9b63f60 /kubernetes/onap/values.yaml | |
parent | ce60fc47978a1f422309576998e1534f4bc8aa5c (diff) | |
parent | 42177a154d827dd1fddea3a451597c7708b65b6e (diff) |
Merge "[COMMON] Add template for CertServiceClient"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 5376940938..048945025c 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -1,6 +1,6 @@ # Copyright © 2019 Amdocs, Bell Canada # Copyright (c) 2020 Nordix Foundation, Modifications -# Modifications Copyright © 2020 Nokia +# Modifications Copyright © 2020-2021 Nokia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -207,6 +207,7 @@ global: name: oom-cert-service-client-tls-secret mountPath: /etc/onap/oom/certservice/certs/ envVariables: + certPath: "/var/custom-certs" # Certificate related cmpv2Organization: "Linux-Foundation" cmpv2OrganizationalUnit: "ONAP" |