Skip to content

Commit a6db122

Browse files
committed
fixup! fix: Make dry-run=server optional
1 parent 1894edc commit a6db122

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,8 @@ Examples:
149149
# See https://github.com/databus23/helm-diff/issues/278 for more information.
150150
HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true helm diff upgrade my-release stable/postgres --wait
151151
152-
# helm-diff uses helm-template without the cluster access by default.
153-
# In case you need the cluster access, you use HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN
154-
#
155-
# Set HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true to
152+
# helm-diff disallows the use of the `lookup` function by default.
153+
# To enable it, you must set HELM_DIFF_USE_INSECURE_SERVER_SIDE_DRY_RUN=true to
156154
# use `helm template --dry-run=server` or
157155
# `helm upgrade --dry-run=server` (in case you also set `HELM_DIFF_USE_UPGRADE_DRY_RUN`)
158156
# See https://github.com/databus23/helm-diff/pull/458

0 commit comments

Comments
 (0)