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 23233d3 commit 86c7b0eCopy full SHA for 86c7b0e
event_reporter/reporter/event_payload.go
@@ -119,6 +119,7 @@ func getResourceEventPayload(
119
Cluster: reportedEntityParentApp.app.Spec.Destination.Server,
120
AppInstanceLabelKey: *argoTrackingMetadata.AppInstanceLabelKey,
121
TrackingMethod: string(*argoTrackingMetadata.TrackingMethod),
122
+ AppMultiSourced: reportedEntityParentApp.app.Spec.HasMultipleSources(),
123
}
124
125
if reportedEntityParentApp.validatedDestination != nil {
0 commit comments