Skip to content

Commit

Permalink
Merge pull request #26 from devsecops-workshop/master
Browse files Browse the repository at this point in the history
Referenced devfile.yaml
  • Loading branch information
nexus-Six committed Aug 31, 2023
2 parents 0bb1ccc + d8c177e commit eab754a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/2-install-prerequisites/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/3-inner-loop/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down

0 comments on commit eab754a

Please sign in to comment.