Skip to content
Snippets Groups Projects
Commit dd206491 authored by Michael Davis's avatar Michael Davis
Browse files

[migration] Run migration tests as daemon user

parent 9ac76276
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ fi
echo
echo "Launching grpc_dir_inject.sh on ctaeos pod"
kubectl -n ${NAMESPACE} cp grpc_dir_inject.sh ctaeos:/root/grpc_dir_inject.sh
kubectl -n ${NAMESPACE} exec ctaeos -- bash /root/grpc_dir_inject.sh
kubectl -n ${NAMESPACE} exec --as="daemon" ctaeos -- bash /root/grpc_dir_inject.sh || exit 1
kubectl -n ${NAMESPACE} exec ctaeos -- sudo -u daemon bash /root/grpc_dir_inject.sh || exit 1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment