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 @@ -146,14 +146,6 @@ Examples:
146146 # See https://github.com/databus23/helm-diff/issues/278 for more information.
147147 HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true helm diff upgrade my-release stable/postgres --wait
148148
149- # helm-diff disallows the use of the `lookup` function by default.
150- # To enable it, you must set HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true to
151- # use `helm template --dry-run=server` or
152- # `helm upgrade --dry-run=server` (in case you also set `HELM_DIFF_USE_UPGRADE_DRY_RUN`)
153- # See https://github.com/databus23/helm-diff/pull/458
154- # for more information.
155- HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true helm diff upgrade my-release datadog/datadog
156-
157149 # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to
158150 # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.
159151 # See https://github.com/databus23/helm-diff/issues/253 for more information.
Original file line number Diff line number Diff line change @@ -129,14 +129,6 @@ func newChartCommand() *cobra.Command {
129129 " # See https://github.com/databus23/helm-diff/issues/278 for more information." ,
130130 " HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true helm diff upgrade my-release stable/postgres --wait" ,
131131 "" ,
132- " # helm-diff disallows the use of the `lookup` function by default." ,
133- " # To enable it, you must set HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true to" ,
134- " # use `helm template --dry-run=server` or" ,
135- " # `helm upgrade --dry-run=server` (in case you also set `HELM_DIFF_USE_UPGRADE_DRY_RUN`)" ,
136- " # See https://github.com/databus23/helm-diff/pull/458" ,
137- " # for more information." ,
138- " HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true helm diff upgrade my-release datadog/datadog" ,
139- "" ,
140132 " # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to" ,
141133 " # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart." ,
142134 " # See https://github.com/databus23/helm-diff/issues/253 for more information." ,
You can’t perform that action at this time.
0 commit comments