Skip to content

Commit

Permalink
Merge branch 'pgteam-lookup-loop' of github.com:zalando/postgres-oper…
Browse files Browse the repository at this point in the history
…ator into pgteam-lookup-loop
  • Loading branch information
FxKu committed Oct 16, 2023
2 parents 52f3279 + 2aaef2f commit a89f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function run_tests(){
# tests modify files in ./manifests, so we mount a copy of this directory done by the e2e Makefile

docker run --rm --network=host -e "TERM=xterm-256color" \
--mount type=bind,source="$(readlink -f ${kubeconfig_path})",target=/root/.kube/config \
--mount type=bind,source="/tmp",target=/root/.kube/config \
--mount type=bind,source="$(readlink -f manifests)",target=/manifests \
--mount type=bind,source="$(readlink -f tls)",target=/tls \
--mount type=bind,source="$(readlink -f tests)",target=/tests \
Expand Down

0 comments on commit a89f3f6

Please sign in to comment.