Skip to content

Commit

Permalink
move yaml files to test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviassss committed Aug 23, 2023
1 parent bbbdf02 commit d048f76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ kubectl annotate serviceaccount -n kube-system aws-load-balancer-controller eks.

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

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

echo "install the controller via yaml"
controller_yaml="./docs/install/prow/v2_6_0_adc.yaml"
controller_yaml="./test/prow/v2_6_0_adc.yaml"
default_controller_image="public.ecr.aws/eks/aws-load-balancer-controller"
sed -i "" "s#$default_controller_image#$IMAGE#g" "$controller_yaml"
echo "Image URL in $controller_yaml has been updated to $IMAGE"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d048f76

Please sign in to comment.