Skip to content

Commit be51854

Browse files
committed
fix: Remove problematic .helmignore patterns causing Helm lint failure
The *.md / !README.md pattern combination triggers a bug in Helm v3.17.1 where Chart.yaml is incorrectly excluded, causing "Chart.yaml file is missing" errors during helm lint.
1 parent 405b5e0 commit be51854

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

helm/node-doctor/.helmignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
*.tmproj
2525
.vscode/
2626

27-
# Documentation
28-
*.md
29-
!README.md
30-
3127
# Test files
3228
*_test.yaml
3329
test/

0 commit comments

Comments
 (0)