kube-linter errors on object in default namespace #557
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As prevous kube-score issues, found out this "use-namespace" kube-score issue.
Bellow three objects are not guarded on namespace.
Although helm defaults all objects that have no namespace field to install namespace, would be nice to guard these objects and fulfill this check.
Unfortunately this one can't be mitigated through config or umbrella chart changes.
Should be a oneliner in each resource template. Fancy opening a PR for it?
Sure, I'll log a PR.
@alexf Gentle ping.
Essentially duplicate of #623 and #630. Although this issues came first, I am closing it in good faith that either #623 and #630 will actually resolve these findings.
EDIT: Whoops, referenced wrong issue. :D