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 @@ -152,13 +152,13 @@ Examples:
152
152
# Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to
153
153
# use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.
154
154
# See https://github.com/databus23/helm-diff/issues/253 for more information.
155
- HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgarde my-release datadog/datadog
155
+ HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgrade my-release datadog/datadog
156
156
157
157
# Set HELM_DIFF_THREE_WAY_MERGE=true to
158
158
# enable the three-way-merge on diff.
159
159
# This is equivalent to specifying the --three-way-merge flag.
160
160
# Read the flag usage below for more information on --three-way-merge.
161
- HELM_DIFF_THREE_WAY_MERGE=true helm diff upgarde my-release datadog/datadog
161
+ HELM_DIFF_THREE_WAY_MERGE=true helm diff upgrade my-release datadog/datadog
162
162
163
163
# Set HELM_DIFF_NORMALIZE_MANIFESTS=true to
164
164
# normalize the yaml file content when using helm diff.
You can’t perform that action at this time.
0 commit comments