Skip to content

Commit 86c7b0e

Browse files
event-reporter(resource source payload): added new field AppMultiSourced
1 parent 23233d3 commit 86c7b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

event_reporter/reporter/event_payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ func getResourceEventPayload(
119119
Cluster: reportedEntityParentApp.app.Spec.Destination.Server,
120120
AppInstanceLabelKey: *argoTrackingMetadata.AppInstanceLabelKey,
121121
TrackingMethod: string(*argoTrackingMetadata.TrackingMethod),
122+
AppMultiSourced: reportedEntityParentApp.app.Spec.HasMultipleSources(),
122123
}
123124

124125
if reportedEntityParentApp.validatedDestination != nil {

0 commit comments

Comments
 (0)