We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affb183 commit 908c8d1Copy full SHA for 908c8d1
hack/allocate.sh
@@ -39,6 +39,8 @@ main() {
39
kubernetes
40
loadbalancer
41
42
+ install_ocp_git_clone_task
43
+
44
echo "${blue}Beginning Cluster Configuration${reset}"
45
echo "Tasks will be executed in parallel. Logs will be prefixed:"
46
echo "svr: Serving, DNS and Networking"
@@ -457,6 +459,11 @@ EOF
457
459
echo "${green}✅ Dapr Runtime${reset}"
458
460
}
461
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
467
next_steps() {
468
echo -e ""
469
echo -e "${blue}Next Steps${reset}"
0 commit comments