mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
13 lines
247 B
Python
13 lines
247 B
Python
|
load("//rules_byc:defs.bzl", "k8s_apply")
|
||
|
|
||
|
k8s_apply(
|
||
|
name = "istio-prod",
|
||
|
srcs = [
|
||
|
"extarches.yaml",
|
||
|
"google.yaml",
|
||
|
"istio-base-gateway.yaml",
|
||
|
"rds.yaml",
|
||
|
],
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|