...

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

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

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

View as plain text