diff --git a/docs/content/reference/static-configuration/file.toml b/docs/content/reference/static-configuration/file.toml index d54b7d356..ac6f38c13 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 5f4749ade..7176e6ba4 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: