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]
|
||||
token = "foobar"
|
||||
dashboard = true
|
||||
|
||||
[experimental]
|
||||
kubernetesGateway = true
|
||||
|
|
|
@ -399,6 +399,7 @@ certificatesResolvers:
|
|||
tlsChallenge: {}
|
||||
pilot:
|
||||
token: foobar
|
||||
dashboard: true
|
||||
experimental:
|
||||
kubernetesGateway: true
|
||||
plugins:
|
||||
|
|
Loading…
Reference in a new issue