From 8e2043b27862dec1a63dd390a6e0adb0c8a069e6 Mon Sep 17 00:00:00 2001 From: armandocomellas1 Date: Wed, 17 Jan 2024 12:57:57 -0600 Subject: [PATCH] Updated with the new paramter in line 84 with the new paramter authProvider in the config schema Signed-off-by: armandocomellas1 --- plugins/kubernetes-backend/config.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/kubernetes-backend/config.d.ts b/plugins/kubernetes-backend/config.d.ts index e9b5878920..50b0e382b5 100644 --- a/plugins/kubernetes-backend/config.d.ts +++ b/plugins/kubernetes-backend/config.d.ts @@ -81,6 +81,8 @@ export interface Config { /** @visibility frontend */ region?: string; /** @visibility frontend */ + authProvider?: string; + /** @visibility frontend */ skipTLSVerify?: boolean; /** @visibility frontend */ skipMetricsLookup?: boolean;