load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization") kustomization( name = "generic", kustomization_yaml = "kustomization.yaml", visibility = ["//visibility:public"], deps = [ "//config/components/edge/patches/server-preferred", "//config/components/edge/patches/tolerations", "//config/pallets/sds/daemonsetdns/base", ], )