You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Currently the entire file is displayed. This is inconvenient to manually review as these files can be hundreds of lines.
It would be nice to have flag that allows us to only display x number of surrounding lines of the actual diff.
Something like -C 10 for helm diff plugin would show 10 surrounding lines for each change detected.
I guess changes would need to be made somewhere here
Currently the entire file is displayed. This is inconvenient to manually review as these files can be hundreds of lines.
It would be nice to have flag that allows us to only display x number of surrounding lines of the actual diff.
Something like -C 10 for helm diff plugin would show 10 surrounding lines for each change detected.
I guess changes would need to be made somewhere here