Skip to content

Commit

Permalink
fix(batch): add patch to keep the old name of the EksPodProperties ty…
Browse files Browse the repository at this point in the history
…pe. (#1540)

Keep the old name of `EksPodProperties` to be `PodProperties`.
  • Loading branch information
moelasmar authored Jan 3, 2025
1 parent a45e7d1 commit 86ef13f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ registerServicePatches(
renameDefinition('EksHostPath', 'HostPath', reason)(lens);
renameDefinition('EksContainerResourceRequirements', 'Resources', reason)(lens);
renameDefinition('EksContainerSecurityContext', 'SecurityContext', reason)(lens);
renameDefinition('EksPodProperties', 'PodProperties', reason)(lens);
}),
);

0 comments on commit 86ef13f

Please sign in to comment.