Skip to content

Commit

Permalink
make file extensions of vendoring manifests optional, assume and use …
Browse files Browse the repository at this point in the history
…`.yaml` by default
  • Loading branch information
aknysh committed Oct 25, 2023
1 parent a7c93be commit d868606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/core-concepts/vendoring/vendoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
# `imports` or `sources` (or both) must be defined in a vendoring manifest
imports:
- "vendor/vendor2.yaml"
# The imported file extension is optional.
# If an import is defined without an extension, the `.yaml` extension is assumed and used by default.
- "vendor/vendor3"

sources:
Expand Down

0 comments on commit d868606

Please sign in to comment.