File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ echo "Install TargetGroupBinding CRDs"
71
71
kubectl apply -k " github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=master"
72
72
73
73
echo " Install aws-load-balancer-controller"
74
- helm upgrade -i aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=$CLUSTER_NAME --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller
74
+ helm upgrade -i aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=$CLUSTER_NAME --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller --set region= $REGION --set vpcId= $VPC_ID
75
75
76
76
# Start the test
77
77
echo " Starting the ginkgo test suite"
@@ -95,4 +95,4 @@ kubectl delete -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller
95
95
echo " Uncordon windows nodes"
96
96
toggle_windows_scheduling " uncordon"
97
97
98
- echo " Successfully finished the test suite $(( $SECONDS / 60 )) minutes and $(( $SECONDS % 60 )) seconds"
98
+ echo " Successfully finished the test suite $(( $SECONDS / 60 )) minutes and $(( $SECONDS % 60 )) seconds"
You can’t perform that action at this time.
0 commit comments