diff --git a/docs/content/reference/static-configuration/file.toml b/docs/content/reference/static-configuration/file.toml index d54b7d356f..ac6f38c13e 100644 --- a/docs/content/reference/static-configuration/file.toml +++ b/docs/content/reference/static-configuration/file.toml @@ -378,6 +378,7 @@ [pilot] token = "foobar" + dashboard = true [experimental] kubernetesGateway = true diff --git a/docs/content/reference/static-configuration/file.yaml b/docs/content/reference/static-configuration/file.yaml index 5f4749adeb..7176e6ba42 100644 --- a/docs/content/reference/static-configuration/file.yaml +++ b/docs/content/reference/static-configuration/file.yaml @@ -399,6 +399,7 @@ certificatesResolvers: tlsChallenge: {} pilot: token: foobar + dashboard: true experimental: kubernetesGateway: true plugins: