Skip to content

Commit

Permalink
support nolegacy_external_runfiles flag
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Nov 14, 2021
1 parent 4762cb4 commit 9093218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/private/rules/install.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _impl(ctx):
)

def _build_helm_command(ctx):
args = [ctx.var["HELM_BIN"]]
args = [ctx.var["HELM_RUNFILES_BIN"]]
args.append("upgrade")
args.append(ctx.attr.release_name)
args.append(ctx.file.chart.short_path)
Expand Down

0 comments on commit 9093218

Please sign in to comment.