...

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

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

     1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     2
     3kustomization(
     4    name = "default-with-metrics",
     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/prometheus",
    17        "//third_party/k8s/redpanda/manifests/rbac",
    18        "//third_party/k8s/redpanda/manifests/webhook",
    19    ],
    20)

View as plain text