Skip to content

Commit 2270b3e

Browse files
author
lamai93
committed
Fixed wrong exporter service name in status.
1 parent dec7a61 commit 2270b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/apis/deployment/v1alpha/deployment_status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func (ds *DeploymentStatus) Equal(other DeploymentStatus) bool {
7171
ds.Reason == other.Reason &&
7272
ds.ServiceName == other.ServiceName &&
7373
ds.SyncServiceName == other.SyncServiceName &&
74+
ds.ExporterServiceName == other.ExporterServiceName &&
7475
ds.Images.Equal(other.Images) &&
7576
ds.CurrentImage.Equal(other.CurrentImage) &&
7677
ds.Members.Equal(other.Members) &&

0 commit comments

Comments
 (0)