-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move runtime definition from cli-v2 to csdp-official (#620)
* move runtime definition from cli-v2 to csdp-official * wip * codegen * fix * fix * fix * fix * add cli version constraint * fix constraint * fix * add script to get manifests location * fixes according to code review * fix
- Loading branch information
1 parent
7f5259e
commit 4c25ce7
Showing
34 changed files
with
126 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
|
||
REPO="https://github.com/codefresh-io/csdp-official" | ||
BRANCH="$1" | ||
|
||
DEFAULT_MANIFESTS_LOCATION="https://raw.githubusercontent.com/codefresh-io/csdp-official/stable/csdp/hybrid/basic/runtime.yaml" | ||
CUSTOM_MANIFESTS_LOCATION="https://github.com/codefresh-io/csdp-official/csdp/hybrid/basic/runtime.yaml?ref=$BRANCH" | ||
|
||
git ls-remote --heads ${REPO} ${BRANCH} | grep ${BRANCH} >/dev/null | ||
|
||
if [ "$?" == "1" ]; then | ||
# No matching branch was found in csdp-official | ||
echo "$DEFAULT_MANIFESTS_LOCATION" | ||
exit 0 | ||
fi | ||
|
||
echo "$CUSTOM_MANIFESTS_LOCATION" |
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...s/default-resources/argo-cd/argocd-resources.argocd-application-controller.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...efault-resources/argo-cd/argocd-resources.argocd-applicationset-controller.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
manifests/default-resources/argo-cd/argocd-resources.argocd-dex-server.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
manifests/default-resources/argo-cd/argocd-resources.argocd-redis.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
manifests/default-resources/argo-cd/argocd-resources.argocd-repo-server.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
manifests/default-resources/argo-cd/argocd-resources.argocd-server.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
manifests/default-resources/argo-events/eventbus-controller.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
manifests/default-resources/argo-events/eventbus.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
manifests/default-resources/argo-events/events-webhook.jsonpatch.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.