Skip to content

Commit 908c8d1

Browse files
committed
fixup KinD tests
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
1 parent affb183 commit 908c8d1

File tree

2 files changed

+259
-0
lines changed

2 files changed

+259
-0
lines changed

hack/allocate.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ main() {
3939
kubernetes
4040
loadbalancer
4141

42+
install_ocp_git_clone_task
43+
4244
echo "${blue}Beginning Cluster Configuration${reset}"
4345
echo "Tasks will be executed in parallel. Logs will be prefixed:"
4446
echo "svr: Serving, DNS and Networking"
@@ -457,6 +459,11 @@ EOF
457459
echo "${green}✅ Dapr Runtime${reset}"
458460
}
459461

462+
install_ocp_git_clone_task() {
463+
echo "Installing Openshift Pipelinest specific task"
464+
kubectl apply -f "$(dirname "$(realpath "$0")")/git-clone.yaml"
465+
}
466+
460467
next_steps() {
461468
echo -e ""
462469
echo -e "${blue}Next Steps${reset}"

0 commit comments

Comments
 (0)