Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #91 from bazelbuild/no-default-namespace
Browse files Browse the repository at this point in the history
No default namespace
  • Loading branch information
mattmoor authored Dec 28, 2017
2 parents b79c757 + a89013f commit 8de7d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/object.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _common_impl(ctx):
return struct(runfiles = ctx.runfiles(files = files))

_common_attrs = {
"namespace": attr.string(default = "default"),
"namespace": attr.string(),
# We allow cluster to be omitted, and we just
# don't expose the extra actions.
"cluster": attr.string(),
Expand Down

0 comments on commit 8de7d33

Please sign in to comment.