Update kubesec.bzl to new starlark attr.label API (#2823)

* Update kubesec.bzl

* fix rule take 2
This commit is contained in:
Preston Van Loon
2019-06-19 13:01:39 -04:00
committed by GitHub
parent cebefde335
commit 2c8bddc324

View File

@@ -20,8 +20,7 @@ k8s_encrypted_secret = rule(
default = "//tools:kubesec",
),
"template": attr.label(
allow_files = True,
single_file = True,
allow_single_file = True,
mandatory = True
),
"out": attr.output(mandatory = True),