Add kustomization and transformer references (#5523)

* Add fields to kustomization file ref

* Address grammar feedback.

* labels.fields
This commit is contained in:
Nick
2024-02-26 10:25:24 -08:00
committed by GitHub
parent 6ffcc08591
commit d3329453a2
10 changed files with 219 additions and 10 deletions

View File

@@ -4,7 +4,18 @@ linkTitle: "nameSuffix"
type: docs
weight: 13
description: >
Appends the value to the names of all resources and references.
Add suffixes to the names of all resources.
---
`apiVersion: kustomize.config.k8s.io/v1beta1`
The Tasks section contains examples of how to use [`nameSuffix`](/docs/tasks/namespaces_and_names/).
See the [Tasks section] for examples of how to use `nameSuffix`.
### nameSuffix
Add suffixes to the names of all resources.
* **nameSuffix** (string)
NameSuffix will add a suffix 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/