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

Stop Update Status When a Finalizer is Missing #84

Merged
merged 2 commits into from
Oct 5, 2023

Commits on Sep 28, 2023

  1. Stop updating status when remediation is completed and a finalizer is…

    … missing
    
    When FAR doesn't include a finalizer after successful remediation then there is no need to update the status, since it will be removed soon.
    razo7 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9df5951 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Skip update status when the CR is about to be garbage collected

    Cleaner condition using deletionTimestamp ratherthan CR conditions status
    razo7 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a046ac6 View commit details
    Browse the repository at this point in the history