mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 08:51:45 +00:00
19 lines
345 B
Markdown
19 lines
345 B
Markdown
## annotate
|
|
|
|
[Alpha] Set an annotation on Resources.
|
|
|
|
### Synopsis
|
|
|
|
[Alpha] Set an annotation on Resources.
|
|
|
|
DIR:
|
|
Path to local directory.
|
|
|
|
### Examples
|
|
|
|
kustomize cfg annotate my-dir/ --kv foo=bar
|
|
|
|
kustomize cfg annotate my-dir/ --kv foo=bar --kv a=b
|
|
|
|
kustomize cfg annotate my-dir/ --kv foo=bar --kind Deployment --name foo
|