...

Text file src/edge-infra.dev/config/pallets/edge/auth-proxy/test/BUILD.bazel

Documentation: edge-infra.dev/config/pallets/edge/auth-proxy/test

     1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     2
     3kustomization(
     4    name = "test",
     5    srcs = [
     6        "patch-configmap.yaml",
     7        "patch-service.yaml",
     8        "rm-databaseuser.yaml",
     9        "rm-externalsecret.yaml",
    10        "rm-iampolicymember.yaml",
    11        "rm-iamserviceaccount.yaml",
    12    ],
    13    images = {
    14        "//cmd/edge/auth-proxy:container_push": "bzl://cmd/edge/auth-proxy:container_push",
    15    },
    16    kustomization_yaml = "kustomization.yaml",
    17    visibility = ["//visibility:public"],
    18    deps = ["//config/pallets/edge/auth-proxy/base"],
    19)

View as plain text