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

Commit 0b7bee2

Browse files
Merge pull request #380 from fao89/jobmsg
Fix job status message
2 parents 5ef9abe + b98f41c commit 0b7bee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/openstack_ansibleee_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func (r *OpenStackAnsibleEEReconciler) Reconcile(ctx context.Context, req ctrl.R
244244
// the sub conditions
245245
if instance.Status.Conditions.AllSubConditionIsTrue() {
246246
instance.Status.Conditions.MarkTrue(
247-
condition.ReadyCondition, condition.ReadyMessage)
247+
condition.ReadyCondition, condition.JobReadyMessage)
248248
}
249249
Log.Info(fmt.Sprintf("Reconciled AnsibleEE '%s' successfully", instance.Name))
250250
return ctrl.Result{}, nil

0 commit comments

Comments
 (0)