Skip to content

Commit d048f76

Browse files
committed
move yaml files to test dir
1 parent bbbdf02 commit d048f76

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

scripts/run-e2e-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ kubectl annotate serviceaccount -n kube-system aws-load-balancer-controller eks.
127127

128128
function install_controller_for_adc_regions() {
129129
echo "install cert-manager"
130-
cert_manager_yaml="./docs/install/prow/cert_manager.yaml"
130+
cert_manager_yaml="./test/prow/cert_manager.yaml"
131131

132132
# replace the url to the test images registry in ADC regions
133133
declare -A url_mapping
@@ -143,7 +143,7 @@ function install_controller_for_adc_regions() {
143143
kubectl apply -f $cert_manager_yaml || PRE_REQUISITE=fail
144144

145145
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"
147147
default_controller_image="public.ecr.aws/eks/aws-load-balancer-controller"
148148
sed -i "" "s#$default_controller_image#$IMAGE#g" "$controller_yaml"
149149
echo "Image URL in $controller_yaml has been updated to $IMAGE"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)