apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # The namespace every component lands in. The overlay overrides it, so a rig # modelling two estates can apply the same base twice under different names. namespace: rig resources: - namespace.yaml - example-mock.yaml - example-remote.yaml