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 composition deletion when a resource is missing namespace #180

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

jveski
Copy link
Collaborator

@jveski jveski commented Jul 25, 2024

If a resource returned by a synthesizer doesn't have a namespace, getting its current state will fail, which prevents it from being marked as deleted, which blocks composition deletion.

@jveski jveski enabled auto-merge (squash) July 25, 2024 19:05
@AYM1607
Copy link
Contributor

AYM1607 commented Jul 25, 2024

Leaving this comment here to reflect an offline conversation: Currently Eno opaquely passes empty namespaces generated by synthesizers and does not do any defaulting.

This change allows the synthesizer to "fix itself" with a new release without being deadlocked, but does not address the defaulting, we might or might not add a feature for this.

Created #181 to track this

@jveski jveski merged commit 8684b24 into main Jul 25, 2024
12 checks passed
@jveski jveski deleted the fix-missing-ns branch July 25, 2024 19:13
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.

2 participants