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