mirror of https://github.com/k3s-io/k3s
Add .yml to the list of recognized file extensions
parent
4b9a64bcd8
commit
4927d70dd0
|
@ -147,7 +147,7 @@ func (b *Builder) Path(paths ...string) *Builder {
|
||||||
visitor = &DirectoryVisitor{
|
visitor = &DirectoryVisitor{
|
||||||
Mapper: b.mapper,
|
Mapper: b.mapper,
|
||||||
Path: p,
|
Path: p,
|
||||||
Extensions: []string{".json", ".yaml"},
|
Extensions: []string{".json", ".yaml", ".yml"},
|
||||||
Recursive: false,
|
Recursive: false,
|
||||||
IgnoreErrors: b.continueOnError,
|
IgnoreErrors: b.continueOnError,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue