namespace
Adds namespace to all resources.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: my-namespace
Will override the existing namespace if it is set on a resource, or add it if it is not set on a resource.
Last modified November 4, 2020: Redirect kustomize docs to the new unified site. (0834e152)