File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,13 @@ Examples:
149149 # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to
150150 # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.
151151 # See https://github.com/databus23/helm-diff/issues/253 for more information.
152- HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgarde my-release datadog/datadog
152+ HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgrade my-release datadog/datadog
153153
154154 # Set HELM_DIFF_THREE_WAY_MERGE=true to
155155 # enable the three-way-merge on diff.
156156 # This is equivalent to specifying the --three-way-merge flag.
157157 # Read the flag usage below for more information on --three-way-merge.
158- HELM_DIFF_THREE_WAY_MERGE=true helm diff upgarde my-release datadog/datadog
158+ HELM_DIFF_THREE_WAY_MERGE=true helm diff upgrade my-release datadog/datadog
159159
160160Flags:
161161 --allow-unreleased enables diffing of releases that are not yet deployed via Helm
You can’t perform that action at this time.
0 commit comments