Update VPA scripts to use v1.
This commit is contained in:
parent
1d0a75cfc7
commit
8a98124919
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue