Fix K8s participant fails to verify the status of the deployed pods 64/129564/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 20 Jun 2022 07:52:20 +0000 (08:52 +0100)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Tue, 21 Jun 2022 13:51:36 +0000 (13:51 +0000)
commit23633d10886f46c67c0deadd175f72ada2453237
treea17ac5409b5abe3aceb954774ab89407003d6caa
parent7990dd55911eb2139020d61524f646aef09dd9e2
Fix K8s participant fails to verify the status of the deployed pods

The participant verifies the status of the deployed pods in the cluster with
the string name appending the release name and chart id. Verification would
fail if the name of the pod doesn't contain the helm release name, hence
removing the same.

Issue-ID: POLICY-4236
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I1f63452aa1135d59cc4c4daa3f9303a18fe0702d
participant/participant-impl/participant-impl-kubernetes/src/main/java/org/onap/policy/clamp/acm/participant/kubernetes/helm/PodStatusValidator.java