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

No default namespace #91

Merged
merged 2 commits into from
Dec 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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