-
Notifications
You must be signed in to change notification settings - Fork 115
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
Handle auto-named namespaces for server-side diff #1633
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
917251e
to
c19f341
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
1 similar comment
Does the PR have any schema changes?Looking good! No breaking changes found. |
This fixes a bug with server-side diff support where auto-named namespaces would cause resources using that namespace to fail during preview. This was caused by configuring the k8s client to run a server-side preview on a namespace that didn't yet exist.
c19f341
to
97af1ee
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
2 similar comments
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
This fixes a bug with server-side diff support where auto-named
namespaces would cause resources using that namespace to
fail during preview. This was caused by configuring the k8s client
to run a server-side preview on a namespace that didn't yet exist.
Related issues (optional)
Fix #1632