Remove unnecessary hotfix

This commit is contained in:
Haowei Cai 2021-10-25 12:58:45 -07:00
parent 65735db14a
commit e8dbdd1d3b

View File

@ -64,17 +64,4 @@ else
exit 1
fi;
# Patching commits for Tolerating Null Sources on Projected Volumes
# TODO: remove this patch when we release v20 clients
# Ref: https://github.com/kubernetes-client/python/pull/1497
git cherry-pick -n ee0e332776d9002bea07d328d49e90ed8c221795
if [ $? -eq 0 ]
then
echo Succesfully patched changes for Tolerating Null Sources on Projected Volumes
else
echo Failed to patch changes for Tolerating Null Sources on Projected Volumes
git restore --staged .
exit 1
fi;
git commit -m "Apply hotfixes"