From 07bd1fab0f0edb43654244f1f935cb034b9177be Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sat, 21 Jun 2025 00:45:58 +0200 Subject: [PATCH] Update reconcile_conditions.go Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com> --- epitome/mode/maintain/reconcile_conditions.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epitome/mode/maintain/reconcile_conditions.go b/epitome/mode/maintain/reconcile_conditions.go index 6a9c167..7e13ecc 100644 --- a/epitome/mode/maintain/reconcile_conditions.go +++ b/epitome/mode/maintain/reconcile_conditions.go @@ -11,12 +11,12 @@ import ( ) func (a *agent) updateBaronConditions() error { - // first, update the base condition of "maintainance robot is active" + // first, update the base condition of "maintenance robot is active" conditions := []argo.ApplicationCondition{ { Type: "RobotActive", - Message: "Epitome Maintainance Robot is Active", + Message: "Epitome Maintenance Robot is Active", LastTransitionTime: &metav1.Time{ Time: time.Now(), },