chore: remove dead static configuration references

This commit is contained in:
Ludovic Fernandez 2023-07-24 08:40:05 +02:00 committed by GitHub
parent 47faae25d7
commit ebde81e91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 13 deletions

View file

@ -445,13 +445,6 @@
entryPoint = "foobar"
[certificatesResolvers.CertificateResolver1.acme.tlsChallenge]
[hub]
[hub.tls]
insecure = true
ca = "foobar"
cert = "foobar"
key = "foobar"
[experimental]
kubernetesGateway = true
http3 = true

View file

@ -472,12 +472,7 @@ certificatesResolvers:
httpChallenge:
entryPoint: foobar
tlsChallenge: {}
hub:
tls:
insecure: true
ca: foobar
cert: foobar
key: foobar
experimental:
kubernetesGateway: true
http3: true