Make it possible to disable enforced namespace when rendering with kubectl
#8233
Labels
area/namespaces
area/render
kind/friction
Issues causing user pain that do not have a workaround
priority/p1
High impact feature/bug.
Milestone
Expected behavior
A flag that would allow skipping setting the namespace while rendering the manifest.
Actual behavior
The namespace is always set, either to the current namespace from
kubectl
or the default value.Information
Context
We want to use Skaffold to render a manifest that will later be installed into multiple namespaces (GitOps style).
Right now, Skaffold will force the namespace to be set at the render stage, making it impossible to use the rendered manifest without some post-processing that would remove the enforced namespace.
The text was updated successfully, but these errors were encountered: