Skip to content

Commit 9093218

Browse files
committed
support nolegacy_external_runfiles flag
1 parent 4762cb4 commit 9093218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/private/rules/install.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _impl(ctx):
7575
)
7676

7777
def _build_helm_command(ctx):
78-
args = [ctx.var["HELM_BIN"]]
78+
args = [ctx.var["HELM_RUNFILES_BIN"]]
7979
args.append("upgrade")
8080
args.append(ctx.attr.release_name)
8181
args.append(ctx.file.chart.short_path)

0 commit comments

Comments
 (0)