Skip to content

Commit

Permalink
Update controllers/terraformlayer_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: spoukke <32708678+spoukke@users.noreply.github.com>
  • Loading branch information
Alan-pad and spoukke authored Dec 5, 2022
1 parent 0313a41 commit 1de868e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/terraformlayer_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 1de868e

Please sign in to comment.