Skip to content

Commit

Permalink
Fix gtp key construction (#212)
Browse files Browse the repository at this point in the history
Signed-off-by: sa <sushanth_a@intuit.com>
  • Loading branch information
aattuluri authored and sa committed Jul 21, 2022
1 parent aa4dfb2 commit 7680aef
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 7680aef

Please sign in to comment.