Skip to content

Commit

Permalink
Fix gtp key construction (istio-ecosystem#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
aattuluri authored and psikka1 committed Jun 14, 2022
1 parent 5582455 commit 0daa653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admiral/pkg/clusters/serviceentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func modifyServiceEntryForNewServiceOrPod(event admiral.EventType, env string, s

var namespace string

var gtpKey = common.ConstructGtpKey(sourceIdentity, env)
var gtpKey = common.ConstructGtpKey(env, sourceIdentity)

start := time.Now()
for _, rc := range remoteRegistry.RemoteControllers {
Expand Down

0 comments on commit 0daa653

Please sign in to comment.