mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 17:34:21 +00:00
Add kustomization and transformer references (#5523)
* Add fields to kustomization file ref * Address grammar feedback. * labels.fields
This commit is contained in:
@@ -4,7 +4,18 @@ linkTitle: "namePrefix"
|
||||
type: docs
|
||||
weight: 11
|
||||
description: >
|
||||
Prepends the value to the names of all resources and references.
|
||||
Add prefixes to the names of all resources.
|
||||
---
|
||||
`apiVersion: kustomize.config.k8s.io/v1beta1`
|
||||
|
||||
The Tasks section contains examples of how to use [`namePrefix`](/docs/tasks/namespaces_and_names/).
|
||||
See the [Tasks section] for examples of how to use `namePrefix`.
|
||||
|
||||
### namePrefix
|
||||
Add prefixes to the names of all resources.
|
||||
|
||||
* **namePrefix** (string)
|
||||
|
||||
NamePrefix will add a prefix to the names of all resources mentioned in the Kustomization file including generated resources such as ConfigMaps and Secrets.
|
||||
|
||||
|
||||
[Tasks section]: /docs/tasks/namespaces_and_names/
|
||||
|
||||
Reference in New Issue
Block a user