This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new fa345bf7 Remove lines that are not no longer needed (#1020)
fa345bf7 is described below
commit fa345bf7e522f9f901255a1d9d196d6e59c8c81a
Author: MonkeyCanCode <[email protected]>
AuthorDate: Tue Feb 18 00:35:22 2025 -0600
Remove lines that are not no longer needed (#1020)
---
helm/polaris/README.md | 3 ---
helm/polaris/README.md.gotmpl | 3 ---
2 files changed, 6 deletions(-)
diff --git a/helm/polaris/README.md b/helm/polaris/README.md
index 06927d63..237e3c1c 100644
--- a/helm/polaris/README.md
+++ b/helm/polaris/README.md
@@ -62,9 +62,6 @@ root:
helm unittest helm/polaris
```
-Note: the `grep` command is used to filter out the annoying warning messages
about symbolic links;
-see https://github.com/helm/helm/issues/7019.
-
### Running locally with a Kind cluster
The below instructions assume Kind and Helm are installed.
diff --git a/helm/polaris/README.md.gotmpl b/helm/polaris/README.md.gotmpl
index 973d0b2e..45a4ca54 100644
--- a/helm/polaris/README.md.gotmpl
+++ b/helm/polaris/README.md.gotmpl
@@ -63,9 +63,6 @@ root:
helm unittest helm/polaris
```
-Note: the `grep` command is used to filter out the annoying warning messages
about symbolic links;
-see https://github.com/helm/helm/issues/7019.
-
### Running locally with a Kind cluster
The below instructions assume Kind and Helm are installed.