We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3216e commit c9e39cfCopy full SHA for c9e39cf
installer/install.sh
@@ -323,6 +323,7 @@ echo " csdp token: ****"
323
echo " runtime repo: ${CSDP_RUNTIME_REPO}"
324
echo " runtime repo path: ${CSDP_RUNTIME_REPO_PATH}"
325
echo " runtime repo creds pattern: ${CSDP_RUNTIME_REPO_CREDS_PATTERN}"
326
+echo " default git-source repo: ${CSDP_CREATE_DEFAULT_GIT_SOURCE_APP_SPECIFIER}"
327
echo " runtime git-token: ****"
328
echo " runtime cluster: ${CSDP_RUNTIME_CLUSTER}"
329
echo " runtime name: ${CSDP_RUNTIME_NAME}"
@@ -334,9 +335,6 @@ echo " ingress controller: ${CSDP_INGRESS_CONTROLLER}"
334
335
echo "#######################################"
336
echo ""
337
-create_default_git_source
338
-exit 0
339
-
340
echo "Cleaning previous job pods"
341
clean_failed_pods
342
0 commit comments