Files
kustomize/cmd/config/docs/commands/annotate.md
2020-01-15 21:03:22 -08:00

354 B

annotate

[Alpha] Set an annotation on Resources.

Synopsis

[Alpha] Set an annotation on Resources.

DIR: Path to local directory.

Examples

kustomize config annotate my-dir/ --kv foo=bar

kustomize config annotate my-dir/ --kv foo=bar --kv a=b

kustomize config annotate my-dir/ --kv foo=bar --kind Deployment --name foo