Skip to content

Commit

Permalink
remove mandatory from kubecofnig attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kzadorozhny committed Mar 3, 2021
1 parent c67d442 commit 107ead8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skylib/k8s.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ k8s_test_setup = rule(
default = Label("@k8s_test//:kubeconfig"),
providers = [KubeconfigInfo],
allow_single_file = True,
mandatory = True,
),
"kubectl": attr.label(
default = Label("@k8s_test//:kubectl"),
Expand Down

0 comments on commit 107ead8

Please sign in to comment.