File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -153,14 +153,6 @@ Examples:
153153 # See https://github.com/databus23/helm-diff/issues/278 for more information.
154154 HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true helm diff upgrade my-release stable/postgres --wait
155155
156- # helm-diff disallows the use of the `lookup` function by default.
157- # To enable it, you must set HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true to
158- # use `helm template --dry-run=server` or
159- # `helm upgrade --dry-run=server` (in case you also set `HELM_DIFF_USE_UPGRADE_DRY_RUN`)
160- # See https://github.com/databus23/helm-diff/pull/458
161- # for more information.
162- HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true helm diff upgrade my-release datadog/datadog
163-
164156 # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to
165157 # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.
166158 # See https://github.com/databus23/helm-diff/issues/253 for more information.
Original file line number Diff line number Diff line change @@ -130,14 +130,6 @@ func newChartCommand() *cobra.Command {
130130 " # See https://github.com/databus23/helm-diff/issues/278 for more information." ,
131131 " HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true helm diff upgrade my-release stable/postgres --wait" ,
132132 "" ,
133- " # helm-diff disallows the use of the `lookup` function by default." ,
134- " # To enable it, you must set HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true to" ,
135- " # use `helm template --dry-run=server` or" ,
136- " # `helm upgrade --dry-run=server` (in case you also set `HELM_DIFF_USE_UPGRADE_DRY_RUN`)" ,
137- " # See https://github.com/databus23/helm-diff/pull/458" ,
138- " # for more information." ,
139- " HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true helm diff upgrade my-release datadog/datadog" ,
140- "" ,
141133 " # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to" ,
142134 " # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart." ,
143135 " # See https://github.com/databus23/helm-diff/issues/253 for more information." ,
You can’t perform that action at this time.
0 commit comments