Skip to content

Commit

Permalink
chore: remove dead static configuration references
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jul 24, 2023
1 parent 47faae2 commit ebde81e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
7 changes: 0 additions & 7 deletions docs/content/reference/static-configuration/file.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions docs/content/reference/static-configuration/file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,7 @@ certificatesResolvers:
httpChallenge:
entryPoint: foobar
tlsChallenge: {}
hub:
tls:
insecure: true
ca: foobar
cert: foobar
key: foobar

experimental:
kubernetesGateway: true
http3: true
Expand Down

0 comments on commit ebde81e

Please sign in to comment.