mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Remove IngressEndpoint in CRD provider
This commit is contained in:
committed by
Traefiker Bot
parent
37886892c8
commit
50e24f461c
@@ -216,7 +216,6 @@ func TestDo_globalConfiguration(t *testing.T) {
|
||||
Token: "MyToken",
|
||||
CertAuthFilePath: "MyCertAuthPath",
|
||||
DisablePassHostHeaders: true,
|
||||
EnablePassTLSCert: true,
|
||||
Namespaces: []string{"a", "b"},
|
||||
LabelSelector: "myLabelSelector",
|
||||
IngressClass: "MyIngressClass",
|
||||
@@ -245,7 +244,6 @@ func TestDo_globalConfiguration(t *testing.T) {
|
||||
Token: "MyToken",
|
||||
CertAuthFilePath: "MyCertAuthPath",
|
||||
DisablePassHostHeaders: true,
|
||||
EnablePassTLSCert: true,
|
||||
Namespaces: []string{"a", "b"},
|
||||
LabelSelector: "myLabelSelector",
|
||||
IngressClass: "MyIngressClass",
|
||||
|
||||
Reference in New Issue
Block a user