From ed728a6c50f5ad1de48f0669a8cbb93ee743c197 Mon Sep 17 00:00:00 2001 From: Cansu Kavili Date: Mon, 17 Jun 2024 14:53:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=BFgit=20setup=20added=20=F0=9F=98=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/1-a-new-environment/{4-gitops.md => 4-git-setup.md} | 6 ++---- docs/1-a-new-environment/README.md | 3 +-- docs/_sidebar.md | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) rename docs/1-a-new-environment/{4-gitops.md => 4-git-setup.md} (97%) diff --git a/docs/1-a-new-environment/4-gitops.md b/docs/1-a-new-environment/4-git-setup.md similarity index 97% rename from docs/1-a-new-environment/4-gitops.md rename to docs/1-a-new-environment/4-git-setup.md index 56985d9..c3a52e1 100644 --- a/docs/1-a-new-environment/4-gitops.md +++ b/docs/1-a-new-environment/4-git-setup.md @@ -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://): diff --git a/docs/1-a-new-environment/README.md b/docs/1-a-new-environment/README.md index b597958..6ce598d 100644 --- a/docs/1-a-new-environment/README.md +++ b/docs/1-a-new-environment/README.md @@ -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 \ No newline at end of file diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 17ba785..62e8b0f 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -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)