This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/helm-cleanup in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit a05f2f767d62f22759fbde021a6f0603dc1843ca Author: Nicholas Nezis <[email protected]> AuthorDate: Sun Jan 16 23:05:35 2022 -0500 Add disclaimer files --- deploy/kubernetes/helm/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/helm/BUILD b/deploy/kubernetes/helm/BUILD index a88d46a..9dffd03 100644 --- a/deploy/kubernetes/helm/BUILD +++ b/deploy/kubernetes/helm/BUILD @@ -4,5 +4,5 @@ package(default_visibility = ["//visibility:public"]) filegroup( name = "chart", - srcs = glob(["templates/*.yaml"] + ["templates/*.txt"] + ["templates/*.tpl"] + ["*.lock"] + ["*.yaml"] + ["*.template"]), + srcs = glob(["templates/*.yaml"] + ["templates/*.txt"] + ["templates/*.tpl"] + ["*.lock"] + ["*.yaml"] + ["*.template"]) + ["//:disclaimers"], )
