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
Make sure you do not have a verison of `helm-diff` installed. You can remove it by running `helm plugin uninstall diff`
35
+
Make sure you do not have a version of `helm-diff` installed. You can remove it by running `helm plugin uninstall diff`
36
36
37
37
#### Installation Steps
38
-
The first step is to download the repository and enter the directory. You can do this via `git clone` or downloaing and extracting the release. If you clone via git, remember to checkout the latest tag for the latest release.
38
+
The first step is to download the repository and enter the directory. You can do this via `git clone` or downloading and extracting the release. If you clone via git, remember to checkout the latest tag for the latest release.
39
39
40
40
Next, depending on which helm version you have, install the plugin into helm.
41
41
@@ -57,18 +57,18 @@ The Helm Diff Plugin
57
57
58
58
* Shows a diff explaining what a helm upgrade would change:
59
59
This fetches the currently deployed version of a release
60
-
and compares it to a local chart plus values. This can be
60
+
and compares it to a local chart plus values. This can be
61
61
used visualize what changes a helm upgrade will perform.
62
62
63
63
* Shows a diff explaining what had changed between two revisions:
64
64
This fetches previously deployed versions of a release
65
-
and compares them. This can be used visualize what changes
65
+
and compares them. This can be used visualize what changes
66
66
were made during revision change.
67
67
68
68
* Shows a diff explaining what a helm rollback would change:
69
69
This fetches the currently deployed version of a release
70
70
and compares it to the previously deployed version of the release, that you
71
-
want to rollback. This can be used visualize what changes a
71
+
want to rollback. This can be used visualize what changes a
72
72
helm rollback will perform.
73
73
74
74
Usage:
@@ -117,7 +117,7 @@ Flags:
117
117
--version string specify the exact chart version to use. If this is not specified, the latest version is used
118
118
119
119
Additional help topics:
120
-
diff
120
+
diff
121
121
122
122
Use "diff [command] --help" for more information about a command.
123
123
```
@@ -198,7 +198,7 @@ Global Flags:
198
198
```
199
199
$ helm diff release -h
200
200
201
-
This command compares the manifests details of a different releases created from the same chart
201
+
This command compares the manifests details of a different release created from the same chart
202
202
203
203
It can be used to compare the manifests of
204
204
@@ -234,18 +234,18 @@ Global Flags:
234
234
```
235
235
$ helm diff revision -h
236
236
237
-
This command compares the manifests details of a named release.
237
+
This command compares the manifest details of a named release.
0 commit comments