Fix static manifests

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
Maartje Eyskens 2020-12-02 14:05:22 +01:00
parent 71b75d3644
commit fb1ee4c952

View File

@ -29,7 +29,7 @@ genrule(
)
helm_tmpl(
name = "manifests",
name = "manifests.helm",
helm_pkg = "//deploy/charts/cert-manager",
release_name = RELEASE_NAME,
release_namespace = RELEASE_NAMESPACE,
@ -45,7 +45,7 @@ genrule(
srcs = [
"//deploy/crds",
"01-namespace.yaml",
"manifests",
"manifests.helm",
],
outs = ["unlicensed.yaml"],
cmd = " ".join([
@ -82,7 +82,8 @@ licensed_file(
pkg_tar(
name = "manifests",
srcs = [":manifests.yaml"] + [
srcs = [
":manifests.helm",
":crds.yaml",
],
extension = "tar.gz",