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 @@ -99,13 +99,13 @@ func newChartCommand() *cobra.Command {
9999 " # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to" ,
100100 " # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart." ,
101101 " # See https://github.com/databus23/helm-diff/issues/253 for more information." ,
102- " HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgarde my-release datadog/datadog" ,
102+ " HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgrade my-release datadog/datadog" ,
103103 "" ,
104104 " # Set HELM_DIFF_THREE_WAY_MERGE=true to" ,
105105 " # enable the three-way-merge on diff." ,
106106 " # This is equivalent to specifying the --three-way-merge flag." ,
107107 " # Read the flag usage below for more information on --three-way-merge." ,
108- " HELM_DIFF_THREE_WAY_MERGE=true helm diff upgarde my-release datadog/datadog" ,
108+ " HELM_DIFF_THREE_WAY_MERGE=true helm diff upgrade my-release datadog/datadog" ,
109109 "" ,
110110 " # Set HELM_DIFF_NORMALIZE_MANIFESTS=true to" ,
111111 " # normalize the yaml file content when using helm diff." ,
You can’t perform that action at this time.
0 commit comments