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 @@ -12,17 +12,17 @@ revisions/versions of your helm release.
1212```
1313The Helm Diff Plugin
1414
15- * Shows a diff explaing what a helm upgrade would change:
15+ * Shows a diff explaining what a helm upgrade would change:
1616 This fetches the currently deployed version of a release
1717 and compares it to a local chart plus values. This can be
1818 used visualize what changes a helm upgrade will perform.
1919
20- * Shows a diff explaing what had changed between two revisions:
20+ * Shows a diff explaining what had changed between two revisions:
2121 This fetches previously deployed versions of a release
2222 and compares them. This can be used visualize what changes
2323 were made during revision change.
2424
25- * Shows a diff explaing what a helm rollback would change:
25+ * Shows a diff explaining what a helm rollback would change:
2626 This fetches the currently deployed version of a release
2727 and compares it to adeployed versions of a release, that you
2828 want to rollback. This can be used visualize what changes a
You can’t perform that action at this time.
0 commit comments