Change apply to use File (-f) instead of Kustomize (-k) (#5433)
Kustomize expects a directory containing a `kustomization.yaml` file as a parameter. Trying to fetch the raw `bundle.yaml` does'nt work to install the CRDs.
With the -f option it works
Signed-off-by: Sébastien Lemay <smellems@gmail.com>