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:
parent
3dce0aee18
commit
da1d0d162f
@ -104,6 +104,9 @@ export interface IPodContainer {
|
||||
configMapRef?: {
|
||||
name: string;
|
||||
};
|
||||
secretRef?: {
|
||||
name: string;
|
||||
}
|
||||
}[];
|
||||
volumeMounts?: {
|
||||
name: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user