mirror of https://github.com/k3s-io/k3s
Merge pull request #7225 from relaxdiego/master
Add .yml to the list of recognized file extensionspull/6/head
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