Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions epitome/mode/maintain/reconcile_conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
Expand Down