-
Notifications
You must be signed in to change notification settings - Fork 0
ADR 0
Martin Weise edited this page Mar 16, 2023
·
2 revisions
Date: 2023-03-16
Driver: Martin Weise
Accept
We need a repository that can host the code and contains pipelines for the cloud.
Git submodules
We use two repositories:
- Gitlab (@phaidra) for code
- Github (@adls) for the cloud deployment
Code will stay in the Gitlab with the "artificial" master branch
-
kubernetes-integration(master)-
kubernetes-integration-dev(dev)-
kubernetes-integration-feature-x(feature branch x) -
kubernetes-integration-feature-y(feature branch y) -
kubernetes-integration-feature-z(feature branch z)
-
-
Deployment for the Kubernetes Cluster will be in the Github.
- Pipeline code
- Makefiles
- Etc.