<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>5. GitOps on OpenShift Operations Training</title><link>/docs/05/</link><description>Recent content in 5. GitOps on OpenShift Operations Training</description><generator>Hugo</generator><language>en</language><atom:link href="/docs/05/index.xml" rel="self" type="application/rss+xml"/><item><title>5.1 Setup</title><link>/docs/05/01_setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/05/01_setup/</guid><description>&lt;p>In order to explore GitOps processes, we are going to need appropriate tools: Gitea and ArgoCD.&lt;/p>
&lt;h2 id="task-511-gitea">Task 5.1.1: Gitea&lt;/h2>
&lt;p>Gitea is a lightweight Git server written in Go.
It allows us to easily host a Git repository which we can use as our single source of truth.&lt;/p>
&lt;p>Unfortunately, the default Operator catalog sources don&amp;rsquo;t contain a Gitea operator, but let&amp;rsquo;s change that.&lt;/p>
&lt;p>Create the Gitea Operator by applying the YAML files from the Github repository:&lt;/p></description></item><item><title>5.2 Argo CD</title><link>/docs/05/02_argocd/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/05/02_argocd/</guid><description>&lt;h2 id="task-521-argo-cd">Task 5.2.1: Argo CD&lt;/h2>
&lt;p>Go out into the new world of GitOps and explore Argo CD.&lt;/p>
&lt;p>Find out how to access Argo CD&amp;rsquo;s web interface (which is very handy).&lt;/p>
&lt;details data-mode="normalexpertmode" class="normalexpertmode">
 &lt;summary>Hints&lt;/summary>
&lt;p>As usual, there are multiple ways to find out what Argo CD&amp;rsquo;s dashboard URL is:&lt;/p>
&lt;ul>
&lt;li>OpenShift exposes the link via its web console:&lt;/li>
&lt;/ul>
&lt;p>&lt;img src="../argocd_ocpwebconsole.png" alt="Argo CD link in OpenShift&amp;rsquo;s web console">&lt;/p>
&lt;ul>
&lt;li>Or get it via route from the &lt;code>openshift-gitops&lt;/code> namespace:&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>oc -n openshift-gitops get routes
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/details>
&lt;h2 id="task-522-gitea-repository">Task 5.2.2: Gitea repository&lt;/h2>
&lt;p>Create a new Git repository on your Gitea instance.&lt;/p></description></item></channel></rss>