1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization") 2 3kustomization( 4 name = "generic", 5 kustomization_yaml = "kustomization.yaml", 6 visibility = ["//visibility:public"], 7 deps = [ 8 "//config/components/edge/patches/server-preferred", 9 "//config/components/edge/patches/tolerations", 10 "//config/pallets/sds/daemonsetdns/base", 11 ], 12)