Merge pull request #31012 from polasudo/fix/update-service-acc-ca-path
Exporting SERVICEACCOUNT_CA_PATH
This commit is contained in:
@@ -455,6 +455,10 @@ export interface SecretsFetchResponse {
|
||||
type: 'secrets';
|
||||
}
|
||||
|
||||
// @public
|
||||
export const SERVICEACCOUNT_CA_PATH =
|
||||
'/var/run/secrets/kubernetes.io/serviceaccount/ca.crt';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ServiceFetchResponse {
|
||||
// (undocumented)
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user