mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 09:22:03 +00:00
345 B
345 B
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