load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization") kustomization( name = "default", srcs = [ "manager_auth_proxy_patch.yaml", "manager_webhook_patch.yaml", "webhookcainjection_patch.yaml", ], kustomization_yaml = "kustomization.yaml", visibility = ["//visibility:public"], deps = [ "//third_party/k8s/redpanda/manifests/certmanager", "//third_party/k8s/redpanda/manifests/crd", "//third_party/k8s/redpanda/manifests/manager", "//third_party/k8s/redpanda/manifests/rbac", "//third_party/k8s/redpanda/manifests/webhook", ], )