diff --git a/controllers/terraformlayer_controller.go b/controllers/terraformlayer_controller.go index 7dd5ba0f..4b4e6db3 100644 --- a/controllers/terraformlayer_controller.go +++ b/controllers/terraformlayer_controller.go @@ -285,5 +285,6 @@ func (c *TerraformFailure) Evaluate(cache Cache, t *configv1alpha1.TerraformLaye c.Condition.Message = "Terraform runner might have crashed before updating Redis" } c.Condition.Message = string(message) - return status + c.Status.Status = metav1.ConditionTrue + return true }