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 deleting from crashesPerBuild map #271

Merged
merged 1 commit into from
Jun 14, 2022
Merged

fix deleting from crashesPerBuild map #271

merged 1 commit into from
Jun 14, 2022

Conversation

dgkanatsios
Copy link
Collaborator

GameServerBuild controller incorrectly checkes for DeletionTimestamp to remove a GameServerBuild entry from an internal cache. There is no finalizer on the GameServerBuild CR, so the removal never occurs. This PR moves the code to the first parts of the Reconcile method where the code tries to fetch the GameServerBuild CR instance.

@dgkanatsios dgkanatsios added the bug Something isn't working label Jun 14, 2022
@dgkanatsios dgkanatsios merged commit a2efc88 into main Jun 14, 2022
@dgkanatsios dgkanatsios deleted the fixdeletegsb branch June 14, 2022 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants