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:
149
149
# Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to
150
150
# use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.
151
151
# 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
153
153
154
154
# Set HELM_DIFF_THREE_WAY_MERGE=true to
155
155
# enable the three-way-merge on diff.
156
156
# This is equivalent to specifying the --three-way-merge flag.
157
157
# 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
159
159
160
160
Flags:
161
161
--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