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