Skip to content

Commit 667e6ca

Browse files
committed
removing vestigial documentation of HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN originally added in databus23#499
1 parent d69fff5 commit 667e6ca

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
@@ -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.

cmd/upgrade.go

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

0 commit comments

Comments
 (0)