docs: add pilot dashboard flag to static configuration file reference
This commit is contained in:
parent
21c0195d29
commit
376b6f90d9
2 changed files with 2 additions and 0 deletions
|
@ -378,6 +378,7 @@
|
||||||
|
|
||||||
[pilot]
|
[pilot]
|
||||||
token = "foobar"
|
token = "foobar"
|
||||||
|
dashboard = true
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
kubernetesGateway = true
|
kubernetesGateway = true
|
||||||
|
|
|
@ -399,6 +399,7 @@ certificatesResolvers:
|
||||||
tlsChallenge: {}
|
tlsChallenge: {}
|
||||||
pilot:
|
pilot:
|
||||||
token: foobar
|
token: foobar
|
||||||
|
dashboard: true
|
||||||
experimental:
|
experimental:
|
||||||
kubernetesGateway: true
|
kubernetesGateway: true
|
||||||
plugins:
|
plugins:
|
||||||
|
|
Loading…
Reference in a new issue