File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ The Helm Diff Plugin
1616* Shows a diff explaining what a helm upgrade would change:
1717 This fetches the currently deployed version of a release
1818 and compares it to a local chart plus values. This can be
19- used visualize what changes a helm upgrade will perform.
19+ used to visualize what changes a helm upgrade will perform.
2020
2121* Shows a diff explaining what had changed between two revisions:
2222 This fetches previously deployed versions of a release
23- and compares them. This can be used visualize what changes
23+ and compares them. This can be used to visualize what changes
2424 were made during revision change.
2525
2626* Shows a diff explaining what a helm rollback would change:
2727 This fetches the currently deployed version of a release
2828 and compares it to the previously deployed version of the release, that you
29- want to rollback. This can be used visualize what changes a
29+ want to rollback. This can be used to visualize what changes a
3030 helm rollback will perform.
3131`
3232
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const globalUsage = `Show a diff explaining what a helm upgrade would change.
109109
110110This fetches the currently deployed version of a release
111111and compares it to a chart plus values.
112- This can be used visualize what changes a helm upgrade will
112+ This can be used to visualize what changes a helm upgrade will
113113perform.
114114`
115115
You can’t perform that action at this time.
0 commit comments