Skip to content

Commit fdfb30b

Browse files
authored
docs(README): fix typo upgarde -> upgrade (databus23#482)
1 parent 882b211 commit fdfb30b

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
@@ -152,13 +152,13 @@ Examples:
152152
# Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to
153153
# use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.
154154
# 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
156156
157157
# Set HELM_DIFF_THREE_WAY_MERGE=true to
158158
# enable the three-way-merge on diff.
159159
# This is equivalent to specifying the --three-way-merge flag.
160160
# 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
162162
163163
# Set HELM_DIFF_NORMALIZE_MANIFESTS=true to
164164
# normalize the yaml file content when using helm diff.

0 commit comments

Comments
 (0)