File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments