Skip to content

Commit c260ec2

Browse files
authored
Merge pull request #391 from tpoindessous/patch-1
chore: Correct small typo in README.md
2 parents 49135f1 + 781ed20 commit c260ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
160160
Flags:
161161
--allow-unreleased enables diffing of releases that are not yet deployed via Helm

0 commit comments

Comments
 (0)