We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a684a4 commit fffe610Copy full SHA for fffe610
kubernetes/ingress_test.go
@@ -527,7 +527,7 @@ func TestIngressEnsureWithCNames(t *testing.T) {
527
}
528
529
func TestIngressEnsureWithTags(t *testing.T) {
530
- svc := createFakeService()
+ svc := createFakeService(false)
531
svc.Labels = map[string]string{"controller": "my-controller", "XPTO": "true"}
532
svc.Annotations = map[string]string{"ann1": "val1", "ann2": "val2"}
533
err := svc.Ensure(ctx, idForApp("test"), router.EnsureBackendOpts{
0 commit comments