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.
12
12
```
13
13
The Helm Diff Plugin
14
14
15
- * Shows a diff explaing what a helm upgrade would change:
15
+ * Shows a diff explaining what a helm upgrade would change:
16
16
This fetches the currently deployed version of a release
17
17
and compares it to a local chart plus values. This can be
18
18
used visualize what changes a helm upgrade will perform.
19
19
20
- * Shows a diff explaing what had changed between two revisions:
20
+ * Shows a diff explaining what had changed between two revisions:
21
21
This fetches previously deployed versions of a release
22
22
and compares them. This can be used visualize what changes
23
23
were made during revision change.
24
24
25
- * Shows a diff explaing what a helm rollback would change:
25
+ * Shows a diff explaining what a helm rollback would change:
26
26
This fetches the currently deployed version of a release
27
27
and compares it to adeployed versions of a release, that you
28
28
want to rollback. This can be used visualize what changes a
You can’t perform that action at this time.
0 commit comments