File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ import (
8
8
const rootCmdLongUsage = `
9
9
The Helm Diff Plugin
10
10
11
- * Shows a diff explaing what a helm upgrade would change:
11
+ * Shows a diff explaining what a helm upgrade would change:
12
12
This fetches the currently deployed version of a release
13
13
and compares it to a local chart plus values. This can be
14
14
used visualize what changes a helm upgrade will perform.
15
15
16
- * Shows a diff explaing what had changed between two revisions:
16
+ * Shows a diff explaining what had changed between two revisions:
17
17
This fetches previously deployed versions of a release
18
18
and compares them. This can be used visualize what changes
19
19
were made during revision change.
20
20
21
- * Shows a diff explaing what a helm rollback would change:
21
+ * Shows a diff explaining what a helm rollback would change:
22
22
This fetches the currently deployed version of a release
23
23
and compares it to adeployed versions of a release, that you
24
24
want to rollback. This can be used visualize what changes a
You can’t perform that action at this time.
0 commit comments