You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if kubectl -n "$NAMESPACE" get application "$BOOTSTRAP_APP_NAME";then
377
385
echo" --> Application $BOOTSTRAP_APP_NAME exists"
@@ -382,19 +390,30 @@ else
382
390
fi
383
391
echo""
384
392
385
-
# 5. Check git integration
386
-
echo"Checking default git integration..."
387
-
echo"Checking application $BOOTSTRAP_APP_NAME..."
388
-
if kubectl -n "$NAMESPACE" get secret -l io.codefresh.integration-type=git -l io.codefresh.integration-name=default 2>&1| grep "No resources found";then
# 4. Create argo-cd jwt token for events-reporter event-source
394
+
create_argocd_token_secret
395
+
echo""
395
396
396
-
# 6. Register to git integration
397
+
# 4.5. Ping app-proxy to check if it is reachable
398
+
ping_app_proxy
399
+
echo""
400
+
401
+
# Complete installation for non managed runtimes
402
+
# a. create default git integration
403
+
# b. register user to default git integration
397
404
if [[ "$CSDP_MANAGED_RUNTIME"-ne"true" ]] ;then
405
+
# 5. Check git integration
406
+
echo"Checking default git integration..."
407
+
echo"Checking application $BOOTSTRAP_APP_NAME..."
408
+
if kubectl -n "$NAMESPACE" get secret -l io.codefresh.integration-type=git -l io.codefresh.integration-name=default 2>&1| grep "No resources found";then
0 commit comments