You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/01/17 04:06:47 UTC

[incubator-heron] 02/03: Add disclaimer files

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 <ni...@gmail.com>
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"],
 )