Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #380 from fao89/jobmsg
Browse files Browse the repository at this point in the history
Fix job status message
  • Loading branch information
openshift-merge-bot[bot] authored Jun 17, 2024
2 parents 5ef9abe + b98f41c commit 0b7bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/openstack_ansibleee_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (r *OpenStackAnsibleEEReconciler) Reconcile(ctx context.Context, req ctrl.R
// the sub conditions
if instance.Status.Conditions.AllSubConditionIsTrue() {
instance.Status.Conditions.MarkTrue(
condition.ReadyCondition, condition.ReadyMessage)
condition.ReadyCondition, condition.JobReadyMessage)
}
Log.Info(fmt.Sprintf("Reconciled AnsibleEE '%s' successfully", instance.Name))
return ctrl.Result{}, nil
Expand Down

0 comments on commit 0b7bee2

Please sign in to comment.