Update VPA scripts to use v1.

This commit is contained in:
shubham82 2023-06-06 15:30:05 +05:30
parent 1d0a75cfc7
commit 8a98124919
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ fi
ACTION=$1
COMPONENTS="vpa-v1-crd-gen vpa-rbac updater-deployment recommender-deployment admission-controller-deployment"
case ${ACTION} in
delete|diff|print) COMPONENTS+=" vpa-beta2-crd" ;;
esac
if [ $# -gt 1 ]; then
COMPONENTS="$2-deployment"