refactor(k8s): baseName and ObjectMeta.
This commit is contained in:
parent
742dde72bb
commit
a4a8345a33
2 changed files with 28 additions and 30 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue