Working with k8s, I have a kustomization file that builds my app and all it’s resources. A lot of those resources(files) run in the default namespace. I want to add a patch on the kustomization file that changes only deployments and services running in the default namespace to a new namespace of my choice. How can I do this?