Skip to content

pod overrides now work as expected - #7

Merged
dmadisetti merged 1 commit into
marimo-team:mainfrom
bittrance:fix-pod-overrides
Mar 30, 2026
Merged

pod overrides now work as expected#7
dmadisetti merged 1 commit into
marimo-team:mainfrom
bittrance:fix-pod-overrides

Conversation

@bittrance

Copy link
Copy Markdown
Contributor

corev1.PodSpec has attributes that are not omitempty (presuambly because they are mandatory) which meant that the override spec would have nil on those attributes, resulting in a broken podspec.

This PR also adds a symbolic e2e test because overrides was not tested at all in a real cluster.

corev1.PodSpec has attributes that are not omitempty (presuambly because they are mandatory) which meant that the override spec would have nil on those attributes, resulting in a broken podspec.

@dmadisetti dmadisetti left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bittrance Thanks! Will get a release out today

@dmadisetti
dmadisetti merged commit 2ce47cf into marimo-team:main Mar 30, 2026
3 checks passed
dmadisetti added a commit that referenced this pull request Mar 30, 2026
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