From 376b6f90d9f2379cd998cf4085ec940ed7bb6a49 Mon Sep 17 00:00:00 2001 From: Danshil Kokil Mungur Date: Thu, 27 May 2021 14:16:08 +0400 Subject: [PATCH] docs: add pilot dashboard flag to static configuration file reference --- docs/content/reference/static-configuration/file.toml | 1 + docs/content/reference/static-configuration/file.yaml | 1 + 2 files changed, 2 insertions(+) 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: