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 {
99
99
" # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to" ,
100
100
" # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart." ,
101
101
" # 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" ,
103
103
"" ,
104
104
" # Set HELM_DIFF_THREE_WAY_MERGE=true to" ,
105
105
" # enable the three-way-merge on diff." ,
106
106
" # This is equivalent to specifying the --three-way-merge flag." ,
107
107
" # 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 upgeade my-release datadog/datadog" ,
109
109
"" ,
110
110
" # Set HELM_DIFF_NORMALIZE_MANIFESTS=true to" ,
111
111
" # normalize the yaml file content when using helm diff." ,
You can’t perform that action at this time.
0 commit comments