Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #41 from TykTechnologies/fix-annotation-updates
Browse files Browse the repository at this point in the history
Add Annotations to the Updates
  • Loading branch information
sedkis committed Jul 1, 2020
2 parents 21d094c + 95c4d5e commit e438234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingress/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ func (c *ControlServer) handleIngressUpdate(oldObj interface{}, newObj interface
opts.TemplateName = checkAndGetTemplate(newIng)
opts.Hostname = hName
opts.Tags = tags
opts.Annotations = newIng.Annotations

createOrUpdateList[opts.Slug] = opts
}
Expand Down

0 comments on commit e438234

Please sign in to comment.