From 98ec79ca8392cafdb5fdce89eccf60cf245985f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pola=C5=A1ko?= Date: Thu, 28 Aug 2025 17:10:12 +0200 Subject: [PATCH] The const is being exported while the type is not being exported. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Polaško --- .../kubernetes-common/src/certificate-authority-constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kubernetes-common/src/certificate-authority-constants.ts b/plugins/kubernetes-common/src/certificate-authority-constants.ts index 46401bde23..71bcad8a53 100644 --- a/plugins/kubernetes-common/src/certificate-authority-constants.ts +++ b/plugins/kubernetes-common/src/certificate-authority-constants.ts @@ -17,7 +17,7 @@ /** * A constant that specifies the location of the certificate for the service account. * - * @internal + * @public */ export const SERVICEACCOUNT_CA_PATH = '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt';