From 319e48708fadb738238d1411c3dff7797cce5b10 Mon Sep 17 00:00:00 2001 From: Bob Du Date: Fri, 10 May 2024 17:44:13 +0800 Subject: [PATCH] Update chart_tests.md Signed-off-by: Bob Du --- content/en/docs/topics/chart_tests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/topics/chart_tests.md b/content/en/docs/topics/chart_tests.md index cf9bfec35..5c11b88d9 100644 --- a/content/en/docs/topics/chart_tests.md +++ b/content/en/docs/topics/chart_tests.md @@ -103,3 +103,4 @@ Phase: Succeeded - A test is a [Helm hook](/docs/charts_hooks/), so annotations like `helm.sh/hook-weight` and `helm.sh/hook-delete-policy` may be used with test resources. +- Normally the content in the `tests/` does not need to be packaged and published. Please add `tests/` line to `.helmignore` file.