Skip to content

Commit

Permalink
Merge pull request #1687 from aledbf/fix-merge
Browse files Browse the repository at this point in the history
Fix use merge of annotations
  • Loading branch information
aledbf authored Nov 11, 2017
2 parents 27108da + 42dad7f commit c64e9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/annotations/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (e Extractor) Extract(ing *extensions.Ingress) *Ingress {
}
}

err := mergo.Map(pia, data)
err := mergo.MapWithOverwrite(pia, data)
if err != nil {
glog.Errorf("unexpected error merging extracted annotations: %v", err)
}
Expand Down

0 comments on commit c64e9ae

Please sign in to comment.