Skip to content

Commit 40bb017

Browse files
authored
removing vestigial documentation of HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN originally added in #499 (#765)
1 parent e924a82 commit 40bb017

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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.

cmd/upgrade.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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.",

0 commit comments

Comments
 (0)