We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b933f commit 1d4e9ffCopy full SHA for 1d4e9ff
2 files changed
pkg/config/BUILD.bazel
@@ -38,6 +38,7 @@ schema_template_config(
38
39
schema_template_config(
40
name = "system_probe_config",
41
+ srcs = ["//pkg/config/schema:system_probe_schema_subfiles"],
42
out = "system-probe.yaml",
43
build_type = "system-probe",
44
os_target = _OS_TARGET,
pkg/config/schema/BUILD.bazel
@@ -50,9 +50,9 @@ filegroup(
50
filegroup(
51
name = "system_probe_schema_subfiles",
52
srcs = [
53
- "yaml/system-probe_schema.yaml",
54
"yaml/system-probe-cws.yaml",
55
"yaml/system-probe-usm.yaml",
+ "yaml/system-probe_schema.yaml",
56
],
57
visibility = ["//visibility:public"],
58
)
0 commit comments