Skip to content

Commit

Permalink
Merge pull request #842 from jcmoraisjr/jm-fix-tcp-ep-update
Browse files Browse the repository at this point in the history
Fix endpoint update of configmap based tcp services
  • Loading branch information
jcmoraisjr authored Aug 30, 2021
2 parents 58eac35 + 7f8ad92 commit e5965da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/converters/converters.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (c *converters) Sync() {
//
// configmap converters
//
if needFullSync || changed.TCPConfigMapDataNew != nil {
if changed.TCPConfigMapDataCur != nil {
tcpSvcConverter := configmap.NewTCPServicesConverter(c.options, c.haproxy, changed)
tcpSvcConverter.Sync()
c.timer.Tick("parse_tcp_svc")
Expand Down

0 comments on commit e5965da

Please sign in to comment.