Skip to content

Commit 19d3625

Browse files
add managed field
1 parent 40c7f4c commit 19d3625

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

installer/install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ create_codefresh_secret() {
7474
\"ingressClass\":\"${CSDP_INGRESS_CLASS_NAME}\",
7575
\"ingressController\":\"${CSDP_INGRESS_CONTROLLER}\",
7676
\"componentNames\":${COMPONENTS},
77-
\"runtimeVersion\":\"v0.0.0\"
77+
\"runtimeVersion\":\"v0.0.0\",
78+
\"managed\":\"${CSDP_MANAGED_RUNTIME}\"
7879
}"
7980

8081
RUNTIME_CREATE_DATA="{\"operationName\":\"CreateRuntime\",\"variables\":{\"args\":$RUNTIME_CREATE_ARGS}"
@@ -390,6 +391,7 @@ else
390391
fi
391392
echo ""
392393

394+
<<<<<<< Updated upstream
393395
# 4. Create argo-cd jwt token for events-reporter event-source
394396
create_argocd_token_secret
395397
echo ""
@@ -401,6 +403,9 @@ echo ""
401403
# Complete installation for non managed runtimes
402404
# a. create default git integration
403405
# b. register user to default git integration
406+
=======
407+
408+
>>>>>>> Stashed changes
404409
if [[ "$CSDP_MANAGED_RUNTIME" -ne "true" ]] ; then
405410
# 5. Check git integration
406411
echo "Checking default git integration..."

0 commit comments

Comments
 (0)