Skip to content

Commit

Permalink
Clarify condition message for unreconciled clusterclass
Browse files Browse the repository at this point in the history
  • Loading branch information
killianmuldoon committed Feb 28, 2023
1 parent ef2c921 commit 6807380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/topology/cluster/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (r *Reconciler) reconcileTopologyReconciledCondition(s *scope.Scope, cluste
clusterv1.TopologyReconciledCondition,
clusterv1.TopologyReconciledClusterClassNotReconciledReason,
clusterv1.ConditionSeverityInfo,
"ClusterClass is outdated. If this condition persists please check ClusterClass status.",
"ClusterClass not reconciled. If this condition persists please check ClusterClass status.",
),
)
return nil
Expand Down

0 comments on commit 6807380

Please sign in to comment.