...

Text file src/edge-infra.dev/third_party/k8s/redpanda/manifests/rbac/bases/operator/BUILD.bazel

Documentation: edge-infra.dev/third_party/k8s/redpanda/manifests/rbac/bases/operator

     1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     2
     3kustomization(
     4    name = "operator",
     5    srcs = [
     6        "role.yaml",
     7        "role_binding.yaml",
     8    ],
     9    kustomization_yaml = "kustomization.yaml",
    10    visibility = ["//visibility:public"],
    11)

View as plain text