mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Three test cases that cover the regression scenarios introduced by the #31644 nil preservation fix: - subchart default nils should be cleaned up when parent doesn't set those keys (#31919) - user-supplied null should erase subchart defaults (#31919) - subchart default nil should not shadow global values via pluck (#31971) Tests are expected to fail until the regression is fixed. Signed-off-by: Johannes Lohmer <jojo.dev@lohmer.com>
17 lines
286 B
Text
17 lines
286 B
Text
*.exe
|
|
*.swp
|
|
.DS_Store
|
|
.coverage/
|
|
.idea
|
|
.claude
|
|
.vimrc
|
|
.vscode/
|
|
.devcontainer/
|
|
_dist/
|
|
_dist_versions/
|
|
bin/
|
|
vendor/
|
|
# Ignores charts pulled for dependency build tests
|
|
cmd/helm/testdata/testcharts/issue-7233/charts/*
|
|
pkg/cmd/testdata/testcharts/issue-7233/charts/*
|
|
.pre-commit-config.yaml
|