...

Text file src/edge-infra.dev/config/components/fluxcd/flux-config/monitoring/BUILD.bazel

Documentation: edge-infra.dev/config/components/fluxcd/flux-config/monitoring

     1package(default_visibility = ["//visibility:public"])
     2
     3filegroup(
     4    name = "flux_system_monitoring",
     5    srcs = [
     6        "flux-system-podmonitor.yaml",
     7        "kustomization.yaml",
     8    ],
     9)

View as plain text