Skip to content

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 requested a review from javier-op June 14, 2022 04:08
@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