Makefile can ignore commands if failed. clean-test target deletes
the namespaces. But if the namespace does not exist then kubectl
command fails and so does the clean process.
This commit ignores the error returned by kubectl. And continues
with the rest of the commands.
Makefile can ignore commands if failed.
clean-test
target deletes the namespaces. But if the namespace does not exist then kubectl command fails and so does the clean process.This commit ignores the error returned by kubectl. And continues with the rest of the commands.