-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[regression] Skaffold @ HEAD (in no releases) currently adds a namespace to all rendered manifests #8186
Comments
I am still seeing this after reverting #8124, not sure if there is something wrong in my local env or this is unresolved. Re-opening |
There was some confusion here, currently with that PR reverted I believe users get the desired functionality using |
Going to create a new issue that better describes this problem (vs reverting this issue which mentions reverting the PR) |
@aaron-prindle Does this mean |
With #8105 merged, currently skaffold will always add a namespace to rendered yamls:
This is an issue as skaffold cannot then use rendered manifests to deploy to multiple namespaces as most/all deployers will not "overwrite" a namespace set in the yaml config (will error stating such).
Behavior should be:
When no namespace is explicitly set, no namespace should be added to allow for deploying to multiple namespaces
The text was updated successfully, but these errors were encountered: