From f4c1255b5333e7ebeb6817fe49e66be7bb743da1 Mon Sep 17 00:00:00 2001 From: Nicolas Hansse Date: Thu, 30 Nov 2023 08:58:45 +0100 Subject: [PATCH] fix: remove duplicate Signed-off-by: Nicolas Hansse --- content/docs/2.12/scalers/external-push.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/docs/2.12/scalers/external-push.md b/content/docs/2.12/scalers/external-push.md index bcafeda5f..b659d860e 100644 --- a/content/docs/2.12/scalers/external-push.md +++ b/content/docs/2.12/scalers/external-push.md @@ -38,12 +38,6 @@ The entire metadata object is passed to the external scaler in `ScaledObjectRef. - `tlsClientCert` - Client certificate to use for the GRPC connection to authenticate with. (Optional) - `tlsClientKey` - Client private key to use for the GRPC connection to authenticate with. (Optional) -### Authentication Parameters - -- `caCert` - Certificate Authority (CA) certificate to use for the GRPC connection to authenticate with. (Optional) -- `tlsClientCert` - Client certificate to use for the GRPC connection to authenticate with. (Optional) -- `tlsClientKey` - Client private key to use for the GRPC connection to authenticate with. (Optional) - ### Example ```yaml