We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65735db + e8dbdd1 commit 6d7d61fCopy full SHA for 6d7d61f
scripts/apply-hotfixes.sh
@@ -64,17 +64,4 @@ else
64
exit 1
65
fi;
66
67
-# Patching commits for Tolerating Null Sources on Projected Volumes
68
-# TODO: remove this patch when we release v20 clients
69
-# Ref: https://github.com/kubernetes-client/python/pull/1497
70
-git cherry-pick -n ee0e332776d9002bea07d328d49e90ed8c221795
71
-if [ $? -eq 0 ]
72
-then
73
- echo Succesfully patched changes for Tolerating Null Sources on Projected Volumes
74
-else
75
- echo Failed to patch changes for Tolerating Null Sources on Projected Volumes
76
- git restore --staged .
77
- exit 1
78
-fi;
79
-
80
git commit -m "Apply hotfixes"
0 commit comments