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:
153
153
# See https://github.com/databus23/helm-diff/issues/278 for more information.
154
154
HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true helm diff upgrade my-release stable/postgres --wait
155
155
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
-
164
156
# Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to
165
157
# use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.
166
158
# 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 {
130
130
" # See https://github.com/databus23/helm-diff/issues/278 for more information." ,
131
131
" HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true helm diff upgrade my-release stable/postgres --wait" ,
132
132
"" ,
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
- "" ,
141
133
" # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to" ,
142
134
" # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart." ,
143
135
" # See https://github.com/databus23/helm-diff/issues/253 for more information." ,
You can’t perform that action at this time.
0 commit comments