We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e01bae commit 6da49ddCopy full SHA for 6da49dd
helm/private/template.bzl
@@ -12,6 +12,9 @@ def _helm_template_test_impl(ctx):
12
ctx.label,
13
))
14
15
+ if ctx.attr.installer and ctx.files.values:
16
+ fail("values is not supported with installer")
17
+
18
template_patterns = None
19
if ctx.attr.template_patterns:
20
template_patterns = ctx.actions.declare_file("{}.template_patterns.json".format(ctx.label.name))
0 commit comments