mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
13 lines
272 B
Python
13 lines
272 B
Python
load("//rules_resf:defs.bzl", "RESFDEPLOY_OUTS_MIGRATE", "peridot_k8s")
|
|
|
|
peridot_k8s(
|
|
name = "public",
|
|
src = "deploy.jsonnet",
|
|
outs = RESFDEPLOY_OUTS_MIGRATE,
|
|
force_normal_tags = True,
|
|
deps = [
|
|
"//ci",
|
|
"//hydra/deploy:common",
|
|
],
|
|
)
|