Skip to content
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

Fix namespaceable check for diff #554

Merged
merged 1 commit into from
May 2, 2019
Merged

Conversation

lblackstone
Copy link
Member

For deployments that rely on CRDs created by a controller,
it is not possible to tell if the related CR is namespaceable
during preview or diff. The diff case was overlooked in the
previous fix for preview. Rather than returning an error,
assume that the CR is namespaceable, and correct during
the Create if required.

Fixes #553

For deployments that rely on CRDs created by a controller,
it is not possible to tell if the related CR is namespaceable
during preview or diff. The diff case was overlooked in the
previous fix for preview. Rather than returning an error,
assume that the CR is namespaceable, and correct during
the Create if required.
@lblackstone
Copy link
Member Author

@lblackstone lblackstone merged commit f56730d into master May 2, 2019
@pulumi-bot pulumi-bot deleted the lblackstone/gvk-diff-fix branch May 2, 2019 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cert-manager error: "failed to determine if the following GVK is namespaced"
2 participants