mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +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: "commonAnnotations"
|
||||
type: docs
|
||||
weight: 3
|
||||
description: >
|
||||
Add annotations to add all resources.
|
||||
Add Annotations to all resources.
|
||||
---
|
||||
`apiVersion: kustomize.config.k8s.io/v1beta1`
|
||||
|
||||
The Tasks section contains examples of how to use [`commonAnnotations`](/docs/tasks/labels_and_annotations/).
|
||||
See the [Tasks section] for examples of how to use `commonAnnotations`.
|
||||
|
||||
### commonAnnotations
|
||||
Adds [Annotations] to all resources.
|
||||
|
||||
* **commonAnnotations** (map[string]string)
|
||||
|
||||
Map of annotations to add to all resources.
|
||||
|
||||
[Tasks section]: /docs/tasks/labels_and_annotations/
|
||||
[Annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||
|
||||
Reference in New Issue
Block a user