diff --git a/site/content/vendir/docs/develop/vendir-spec.md b/site/content/vendir/docs/develop/vendir-spec.md index a78b4a985..1daa8b9fe 100644 --- a/site/content/vendir/docs/develop/vendir-spec.md +++ b/site/content/vendir/docs/develop/vendir-spec.md @@ -23,6 +23,11 @@ directories: - # path lives relative to directory path # (required) path: github.com/cloudfoundry/cf-k8s-networking + # skip fetching if the config for this path has not changed since the last sync + # optional, `false` by default, available in v0.35.1+ + # use `vendir sync --lazy=false` to forcefully sync when needed + lazy: true + # uses git to clone Git repository (optional) git: # http or ssh urls are supported (required)