Issue: Container of openebs-provisioner is not getting updated properly in case the container name is different in case of adoption since the code is expecting it not to be other than openebs-provisioner. But in the case of installation through Kubera-charts(HELM), it is kubera-charts-provisioner instead of openebs-provisioner.
This PR updates the container details of openebs-provisioner and admission-server
even if the container name is different in case of installation through helm or so.
Issue: Container of openebs-provisioner is not getting updated properly in case the container name is different in case of adoption since the code is expecting it not to be other than openebs-provisioner. But in the case of installation through Kubera-charts(HELM), it is
kubera-charts-provisioner
instead ofopenebs-provisioner
.This PR updates the container details of openebs-provisioner and admission-server even if the container name is different in case of installation through helm or so.
Issue: https://github.com/mayadata-io/oep/issues/330
Signed-off-by: sagarkrsd sagar.kumar@mayadata.io