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

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-01-28 22:28:45 +02:00
parent 09dc2790db
commit 767b117945

View File

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