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

[cni-cilium] Fixed value modifying hook #1575

Merged
merged 1 commit into from
May 17, 2022
Merged

[cni-cilium] Fixed value modifying hook #1575

merged 1 commit into from
May 17, 2022

Conversation

zuzzas
Copy link
Contributor

@zuzzas zuzzas commented May 16, 2022

Description

Fixed a hook so it won't ever return nil.

Why do we need it, and what problem does it solve?

We rely on this value in Helm templates: Error: helm upgrade failed: error validating \"\": error validating data: unknown object type \"nil\" in ConfigMap.data.auto-direct-node-routes\n".

The error was introduced via a last-minute change in the original Cilium PR that removed defaulting in OpenAPI.

Changelog entries

section: cni-cilium
type: fix
summary: Fixed value modifying hook so that it won't ever leave a value as nil
impact_level: low

@zuzzas zuzzas added type/bug area/cluster-and-infrastructure Pull requests that update infra modules labels May 16, 2022
@zuzzas zuzzas requested a review from nabokihms May 16, 2022 06:35
@zuzzas zuzzas self-assigned this May 16, 2022
@nabokihms nabokihms added this to the v1.33.0 milestone May 16, 2022
@nabokihms nabokihms merged commit a8b0d5c into main May 17, 2022
@nabokihms nabokihms deleted the fix-cilium-hook branch May 17, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster-and-infrastructure Pull requests that update infra modules type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants