mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 14:32:03 +00:00
323 B
323 B
title, linkTitle, type, description
| title | linkTitle | type | description |
|---|---|---|---|
| namespace | namespace | docs | 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.