We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2f194 commit 2653261Copy full SHA for 2653261
internal/controllers/storage/config.go
@@ -236,7 +236,7 @@ func (r *Reconciler) setConfigPipelineStatus(
236
return Stop, ctrl.Result{RequeueAfter: DefaultRequeueDelay}, err
237
}
238
239
- if dynConfig.Metadata.Version <= cmsConfig.Version {
+ if cmsConfig.Version > dynConfig.Metadata.Version {
240
meta.SetStatusCondition(&storage.Status.Conditions, metav1.Condition{
241
Type: ConfigurationSyncedCondition,
242
Status: metav1.ConditionTrue,
0 commit comments