From c01a90179548779dd75e6e6e35b77f949be0cf97 Mon Sep 17 00:00:00 2001 From: Daniel Brintzinger <33524976+nexus-Six@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:24:29 +0200 Subject: [PATCH 1/2] Referenced devfile.yaml due to DevSpaces Bug --- content/2-install-prerequisites/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2-install-prerequisites/_index.md b/content/2-install-prerequisites/_index.md index b855b07..343a431 100644 --- a/content/2-install-prerequisites/_index.md +++ b/content/2-install-prerequisites/_index.md @@ -133,7 +133,7 @@ Now we will clone a git repository of a sample application into our Gitea, so we - **URL**: https://github.com/devsecops-workshop/quarkus-build-options.git - Click **Migrate Repository** -In the cloned repository you'll find a `devspaces_devfile.yml`. We will need the URL to the file soon, so keep the tab open. +In the cloned repository you'll find a `devfile.yaml`. We will need the URL to the file soon, so keep the tab open. In later chapters we will need a second repository to hold your GitOps yaml resources. Let's create this now as well From d8c177e744ea5ee14264f157e758f369575be702 Mon Sep 17 00:00:00 2001 From: Daniel Brintzinger <33524976+nexus-Six@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:25:40 +0200 Subject: [PATCH 2/2] Referenced devfile.yaml due to Bug in DevSpaces --- content/3-inner-loop/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3-inner-loop/_index.md b/content/3-inner-loop/_index.md index 5096cc4..4383ef4 100644 --- a/content/3-inner-loop/_index.md +++ b/content/3-inner-loop/_index.md @@ -22,7 +22,7 @@ We could create a workspace from one of the templates that come with DevSpaces, {{% /notice %}} - In the left menu click on **Create Workspace** -- Copy the **raw URL** of the `devspaces_devfile.yml` file in your `Gitea` repository by clicking on the file and then on the **Raw** button (or **Originalversion** in German). +- Copy the **raw URL** of the `devfile.yaml` file in your `Gitea` repository by clicking on the file and then on the **Raw** button (or **Originalversion** in German). - Paste the full URL into the **Git Repo URL** field and click **Create & Open** {{< figure src="../images/crw.png?width=50pc&classes=border,shadow" title="Click image to enlarge" >}}