aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-18 08:48:05 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-18 08:48:05 +0000
commitc54db5097f9ff70bf0ea9795aa05d1e174ffa764 (patch)
treea6300a219afb768f79d65f9e0c38e9e100009c1e /kubernetes/common
parentdafa291f98366a0709c093e6fcc5f675f2451b3e (diff)
parent955e39d2f87951cc12f5b9ec3d5a27054f9a8b03 (diff)
Merge "[OOM] Moving cert-service to platform"
Diffstat (limited to 'kubernetes/common')
-rw-r--r--kubernetes/common/cmpv2Config/values.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/common/cmpv2Config/values.yaml b/kubernetes/common/cmpv2Config/values.yaml
index cf866571c7..1a188355d0 100644
--- a/kubernetes/common/cmpv2Config/values.yaml
+++ b/kubernetes/common/cmpv2Config/values.yaml
@@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
global:
- aaf:
+ platform:
certServiceClient:
- image: onap/org.onap.aaf.certservice.aaf-certservice-client:1.2.0
+ image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.0.0
envVariables:
# Certificate related
cmpv2Organization: "Linux-Foundation"
@@ -23,7 +23,7 @@ global:
cmpv2State: "California"
cmpv2Country: "US"
# Client configuration related
- requestURL: "https://aaf-cert-service:8443/v1/certificate/"
+ requestURL: "https://oom-cert-service:8443/v1/certificate/"
requestTimeout: "30000"
keystorePassword: "secret"
truststorePassword: "secret"