File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ kubectl annotate serviceaccount -n kube-system aws-load-balancer-controller eks.
127
127
128
128
function install_controller_for_adc_regions() {
129
129
echo " install cert-manager"
130
- cert_manager_yaml=" ./docs/install /prow/cert_manager.yaml"
130
+ cert_manager_yaml=" ./test /prow/cert_manager.yaml"
131
131
132
132
# replace the url to the test images registry in ADC regions
133
133
declare -A url_mapping
@@ -143,7 +143,7 @@ function install_controller_for_adc_regions() {
143
143
kubectl apply -f $cert_manager_yaml || PRE_REQUISITE=fail
144
144
145
145
echo " install the controller via yaml"
146
- controller_yaml=" ./docs/install /prow/v2_6_0_adc.yaml"
146
+ controller_yaml=" ./test /prow/v2_6_0_adc.yaml"
147
147
default_controller_image=" public.ecr.aws/eks/aws-load-balancer-controller"
148
148
sed -i " " " s#$default_controller_image #$IMAGE #g" " $controller_yaml "
149
149
echo " Image URL in $controller_yaml has been updated to $IMAGE "
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments