Skip to content

fix: Ingress annotations not reconciling#773

Merged
beeme1mr merged 2 commits into
open-feature:mainfrom
Y0sh1dk:fix/ingress-annotation-reconcile
Jul 14, 2025
Merged

fix: Ingress annotations not reconciling#773
beeme1mr merged 2 commits into
open-feature:mainfrom
Y0sh1dk:fix/ingress-annotation-reconcile

Conversation

@Y0sh1dk
Copy link
Copy Markdown
Contributor

@Y0sh1dk Y0sh1dk commented Jul 12, 2025

This PR

Fixes an issue where updating ingress annotations on Flagd resources aren't reflected on the generated Ingress resource.

Related Issues

Fixes #772

Notes

  • Consider using controllerutil.CreateOrUpdate()

How to test

@Y0sh1dk Y0sh1dk requested a review from a team July 12, 2025 04:04
@Y0sh1dk Y0sh1dk changed the title Fix: Ingress annotations not reconciling fix: Ingress annotations not reconciling Jul 12, 2025
Y0sh1dk added 2 commits July 12, 2025 15:05
Signed-off-by: Yosiah de Koeyer <dev@yosiahdekoeyer.dev>
Signed-off-by: Yosiah de Koeyer <dev@yosiahdekoeyer.dev>
@Y0sh1dk Y0sh1dk force-pushed the fix/ingress-annotation-reconcile branch from 63b9c38 to 688c82d Compare July 12, 2025 05:06
Copy link
Copy Markdown
Member

@lukas-reining lukas-reining left a comment

Choose a reason for hiding this comment

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

Thank you @Y0sh1dk!
This looks good!

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.55%. Comparing base (499661e) to head (688c82d).
Report is 67 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #773       +/-   ##
===========================================
- Coverage   86.51%   71.55%   -14.97%     
===========================================
  Files          19       30       +11     
  Lines        1587     2299      +712     
===========================================
+ Hits         1373     1645      +272     
- Misses        173      606      +433     
- Partials       41       48        +7     
Files with missing lines Coverage Δ
...nternal/controller/core/flagd/resources/ingress.go 100.00% <100.00%> (ø)

... and 11 files with indirect coverage changes

Flag Coverage Δ
unit-tests 71.55% <100.00%> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@beeme1mr beeme1mr merged commit 6cbc0fa into open-feature:main Jul 14, 2025
18 of 19 checks passed
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.

Ingress annotation updates do not reconcile

3 participants