Deleting the pod command didn't work.
I fixed the issue by deleting the entire namespace and then triggering again a make apply:
kubectl delete namespace activemqcd /root/bom/manifests && make apply && cd -
After changing some configuration in the following files:
cd /root/bom/manifests && make apply && cd -Deleting the pod command didn't work.
I fixed the issue by deleting the entire namespace and then triggering again a make apply:
kubectl delete namespace activemqcd /root/bom/manifests && make apply && cd -