mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #7225 from relaxdiego/master
Add .yml to the list of recognized file extensions
This commit is contained in:
commit
c303c055d1
@ -147,7 +147,7 @@ func (b *Builder) Path(paths ...string) *Builder {
|
||||
visitor = &DirectoryVisitor{
|
||||
Mapper: b.mapper,
|
||||
Path: p,
|
||||
Extensions: []string{".json", ".yaml"},
|
||||
Extensions: []string{".json", ".yaml", ".yml"},
|
||||
Recursive: false,
|
||||
IgnoreErrors: b.continueOnError,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user