Open aiyengar2 opened 3 years ago
Add a field to the package.yaml to allow for different options for patches exported to generated-changes/patches/.
generated-changes/patches/
The default (as it is now) would be:
diffOptions: type: unified_diff
But we could potentially support other diff types.
Would predominantly just require us to make changes to diff/diff.go.
The purpose for this enhancement is to be able to provide an option to avoid the "diffs on diffs" issue we see when reviewing PRs to a charts repository.
Add a field to the package.yaml to allow for different options for patches exported to
generated-changes/patches/
.The default (as it is now) would be:
But we could potentially support other diff types.
Would predominantly just require us to make changes to diff/diff.go.