Fix use merge of annotations
This commit is contained in:
parent
39c30853ae
commit
42dad7fa60
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
if err != nil {
|
||||||
glog.Errorf("unexpected error merging extracted annotations: %v", err)
|
glog.Errorf("unexpected error merging extracted annotations: %v", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue