Skip to content

Commit

Permalink
fix(batch): add patch to keep the old name of the EksPodProperties type.
Browse files Browse the repository at this point in the history
  • Loading branch information
moelasmar committed Jan 3, 2025
1 parent 209eb28 commit 0fd6a7f
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 0fd6a7f

Please sign in to comment.