mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-11 00:41:23 +00:00
14 lines
235 B
Python
14 lines
235 B
Python
|
load("//rules_byc:defs.bzl", "k8s_apply")
|
||
|
|
||
|
k8s_apply(
|
||
|
name = "istio-dev",
|
||
|
srcs = [
|
||
|
"istio-base-gateway.yaml",
|
||
|
],
|
||
|
tags = [
|
||
|
"dev-only",
|
||
|
"manual",
|
||
|
],
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|