Skip to content

Commit

Permalink
🌿git setup added 😇
Browse files Browse the repository at this point in the history
  • Loading branch information
ckavili committed Jun 17, 2024
1 parent 8f05246 commit ed728a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## GitOps
## Setup GitLab


### Setup GitLab for GitOps

> In this exercise we’ll setup our git project to store our code and configuration. We will then connect Argo CD (our gitOps controller) to this git repository to enable the GitOps workflow.
> In this exercise we’ll setup our git project to store our code and configuration. We will then connect Argo CD (our GitOps controller) to this git repository to enable the GitOps workflow.

1. Log into GitLab with your credentials. GitLab URL [here](https://<GIT_SERVER>):
Expand Down
3 changes: 1 addition & 2 deletions docs/1-a-new-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ TODO: add diagram

## 🔮 Learning Outcomes

- [ ] Get familiar with OpenShift & OpenShift AI and foundational practices like GitOps
- [ ] Get familiar with OpenShift & OpenShift AI
- [ ] Deploy the necessary toolings to start experimenting

## 🔨 Tools used in this exercise!
* OpenShift 4.15+
* OpenShift AI 2.9+
* Jupyter Notebook
* Helm & Argo CD
* Minio
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [🚀 Data Science Project](1-a-new-environment/1-data-science-project.md)
* [🥮 Object Storage](1-a-new-environment/2-minio-object-storage.md)
* [🎶 Notebook Setup](1-a-new-environment/3-notebook-setup.md)
* [🐙 GitOps](1-a-new-environment/4-gitops.md)
* [✨ Git Setup](1-a-new-environment/4-git-setup.md)
* [2. The Data Awakens](2-the-data-awakens/README.md)
* [3. The Training of the Model](3-the-training-of-the-model/README.md)
* [4. The Model Strikes Back](4-the-model-strikes-back/README.md)
Expand Down

0 comments on commit ed728a6

Please sign in to comment.