mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-11 00:41:23 +00:00
13 lines
268 B
Python
13 lines
268 B
Python
|
load("//rules_byc:defs.bzl", "BYCDEPLOY_OUTS_MIGRATE", "peridot_k8s")
|
||
|
|
||
|
peridot_k8s(
|
||
|
name = "admin",
|
||
|
src = "deploy.jsonnet",
|
||
|
outs = BYCDEPLOY_OUTS_MIGRATE,
|
||
|
force_normal_tags = True,
|
||
|
deps = [
|
||
|
"//ci",
|
||
|
"//hydra/deploy:common",
|
||
|
],
|
||
|
)
|