1
0
Fork 0

refactor(k8s): baseName and ObjectMeta.

This commit is contained in:
Fernandez Ludovic 2018-01-25 20:51:06 +01:00 committed by Traefiker
parent 742dde72bb
commit a4a8345a33
2 changed files with 28 additions and 30 deletions

View file

@ -202,7 +202,7 @@ func TestRuleType(t *testing.T) {
)))
if test.ingressRuleType != "" {
ingress.ObjectMeta.Annotations = map[string]string{
ingress.Annotations = map[string]string{
label.TraefikFrontendRuleType: test.ingressRuleType,
}
}