From a4df4b028e9c9c8e6de22c11d1178ddf8d2c4aa2 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com> Date: Thu, 8 Oct 2020 11:36:03 +0200 Subject: [PATCH] fix: pilot static configuration documentation --- docs/content/reference/static-configuration/file.toml | 5 +++-- docs/content/reference/static-configuration/file.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/content/reference/static-configuration/file.toml b/docs/content/reference/static-configuration/file.toml index bd2af833e..8bef7d6ac 100644 --- a/docs/content/reference/static-configuration/file.toml +++ b/docs/content/reference/static-configuration/file.toml @@ -250,6 +250,9 @@ addEntryPointsLabels = true addServicesLabels = true +[pilot] + token = "foobar" + [ping] entryPoint = "foobar" manualRouting = true @@ -364,8 +367,6 @@ [certificatesResolvers.CertificateResolver1.acme.tlsChallenge] [experimental] - [experimental.pilot] - token = "foobar" [experimental.plugins] [experimental.plugins.Descriptor0] moduleName = "foobar" diff --git a/docs/content/reference/static-configuration/file.yaml b/docs/content/reference/static-configuration/file.yaml index 046019157..9da38a70a 100644 --- a/docs/content/reference/static-configuration/file.yaml +++ b/docs/content/reference/static-configuration/file.yaml @@ -269,6 +269,8 @@ metrics: password: foobar addEntryPointsLabels: true addServicesLabels: true +pilot: + token: foobar ping: entryPoint: foobar manualRouting: true @@ -383,8 +385,6 @@ certificatesResolvers: entryPoint: foobar tlsChallenge: {} experimental: - pilot: - token: foobar plugins: Descriptor0: moduleName: foobar