mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
fix tests by declaring testdata
This commit is contained in:
12
examples/BUILD
Normal file
12
examples/BUILD
Normal file
@@ -0,0 +1,12 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
filegroup(
|
||||
name = "config",
|
||||
srcs = glob([
|
||||
"**/*.yaml",
|
||||
"**/*.yml",
|
||||
"**/*.json",
|
||||
]) + [
|
||||
"pod",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user