...

Text file src/edge-infra.dev/third_party/k8s/redpanda/manifests/without-webhook/BUILD.bazel

Documentation: edge-infra.dev/third_party/k8s/redpanda/manifests/without-webhook

     1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     2
     3package(default_visibility = ["//visibility:public"])
     4
     5kustomization(
     6    name = "without-webhook",
     7    srcs = ["manager_auth_proxy_patch.yaml"],
     8    kustomization_yaml = "kustomization.yaml",
     9    visibility = ["//visibility:public"],
    10    deps = [
    11        "//third_party/k8s/redpanda/manifests/crd",
    12        "//third_party/k8s/redpanda/manifests/manager",
    13        "//third_party/k8s/redpanda/manifests/rbac",
    14    ],
    15)

View as plain text