1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add missing envFrom.secretRef property to IPodContainer (#2044)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-02-02 14:44:07 +02:00 committed by GitHub
parent 3dce0aee18
commit da1d0d162f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,9 @@ export interface IPodContainer {
configMapRef?: { configMapRef?: {
name: string; name: string;
}; };
secretRef?: {
name: string;
}
}[]; }[];
volumeMounts?: { volumeMounts?: {
name: string; name: string;