The const is being exported while the type is not being exported.

Signed-off-by: Martin Polaško <mpolasko@redhat.com>
This commit is contained in:
Martin Polaško
2025-08-28 17:10:12 +02:00
parent 210406dfc0
commit 98ec79ca83
@@ -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';