Skip to content

Commit

Permalink
Update helm/private/helm.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Jun 22, 2024
1 parent 78a33d6 commit 3bb8470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/private/helm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def helm_chart(
templates = native.glob(["templates/**"])

if crds == None:
crds = native.glob(["crds/**"], allow_empty=True)
crds = native.glob(["crds/**"], allow_empty = True)

helm_package(
name = name,
Expand Down

0 comments on commit 3bb8470

Please sign in to comment.