mirror of
https://github.com/rocky-linux/peridot.git
synced 2025-01-03 15:50:56 +00:00
12 lines
269 B
Text
12 lines
269 B
Text
load("//rules_byc:defs.bzl", "BYCDEPLOY_OUTS_MIGRATE", "peridot_k8s")
|
|
|
|
peridot_k8s(
|
|
name = "public",
|
|
src = "deploy.jsonnet",
|
|
outs = BYCDEPLOY_OUTS_MIGRATE,
|
|
force_normal_tags = True,
|
|
deps = [
|
|
"//ci",
|
|
"//hydra/deploy:common",
|
|
],
|
|
)
|