diff --git a/src/common/k8s-api/endpoints/pod.api.ts b/src/common/k8s-api/endpoints/pod.api.ts index c1df7288c9..8e3aa51559 100644 --- a/src/common/k8s-api/endpoints/pod.api.ts +++ b/src/common/k8s-api/endpoints/pod.api.ts @@ -485,7 +485,7 @@ export interface SecretProjection { optional?: boolean; } -export interface ServiceAccountTokenProjectio { +export interface ServiceAccountTokenProjection { audience?: string; expirationSeconds?: number; path: string; @@ -495,7 +495,7 @@ export interface VolumeProjection { secret?: SecretProjection; downwardAPI?: DownwardAPIProjection; configMap?: ConfigMapProjection; - serviceAccountToken?: ServiceAccountTokenProjectio; + serviceAccountToken?: ServiceAccountTokenProjection; } export interface ProjectedSource {