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.
2 parents 946a319 + 97cdaf0 commit 77d0157Copy full SHA for 77d0157
internal/controller/instance/controller_status.go
@@ -79,7 +79,7 @@ func (igr *instanceGraphReconciler) prepareConditions(status map[string]interfac
79
))
80
}
81
82
- conditionType := "ResourceSynced"
+ /* conditionType := "ResourceSynced"
83
// Add conditions for each resource
84
for resourceID, resourceState := range resourceStates {
85
if resourceState.Err != nil {
@@ -99,7 +99,7 @@ func (igr *instanceGraphReconciler) prepareConditions(status map[string]interfac
99
generation,
100
101
102
- }
+ } */
103
104
return conditions
105
0 commit comments