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: use controller reference instead of owner reference #1574

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

theSuess
Copy link
Member

@theSuess theSuess commented Jun 7, 2024

This fixes #1573. Without the controller reference, the owner reference only affects resource deletion.

While this causes faster reconciliation, it should not break any setup as the reconciliation would have happened anyway whenever the manager pod restarts

This fixes #1573. Without the controller reference, the owner reference only
affects resource deletion.
Copy link
Collaborator

@weisdd weisdd left a comment

Choose a reason for hiding this comment

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

Nice catch!

@theSuess theSuess added this pull request to the merge queue Jun 7, 2024
Merged via the queue into master with commit 0713b0a Jun 7, 2024
14 checks passed
@theSuess theSuess deleted the fix/controller-reference branch June 7, 2024 07:23
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.

[Bug] Deployment Reconcile only runs at startup
2 participants