skaffold.yaml
YAML anchors
Anchors can be defined by having top-level keys starting with a dot, e.g. .common_stuff: &alias_name
.
You can then reuse the value using *alias_name
.
Last modified October 7, 2019: Rework skaffold.dev splash page (ee3710b)