Fix nginx.ingress.kubernetes.io/proxy-ssl-verify annotation support
This commit is contained in:
parent
e5a3a23c02
commit
14a1aedf57
2 changed files with 2 additions and 2 deletions
|
|
@ -397,7 +397,7 @@ func TestLoadIngresses(t *testing.T) {
|
|||
ServersTransports: map[string]*dynamic.ServersTransport{
|
||||
"default-ingress-with-proxy-ssl": {
|
||||
ServerName: "whoami.localhost",
|
||||
InsecureSkipVerify: true,
|
||||
InsecureSkipVerify: false,
|
||||
RootCAs: []types.FileOrContent{"-----BEGIN CERTIFICATE-----"},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue