Skip to content

Commit

Permalink
[docs] Publishing the docs for commit(s) 5e09caa
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed May 30, 2023
1 parent e496bd0 commit 8571819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions summit-2023-gitops-workshop-guide/main/m1-overview/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2 id="_copying_the_workshop_repository_on_github"><a class="anchor" href="#_co
<p>Login to <a href="https://github.com">github.com</a>.</p>
</li>
<li>
<p>Visit the workshop repository at: <a href="https://github.com/evanshortiss/rht-summit-2023-gitops-cluster-mgmt">github.com/evanshortiss/rht-summit-2023-gitops-cluster-mgmt</a></p>
<p>Visit the workshop repository at: <a href="https://github.com/redhat-scholars/summit-2023-gitops-cluster-mgmt">github.com/redhat-scholars/summit-2023-gitops-cluster-mgmt</a></p>
</li>
<li>
<p>Click the <strong>Use this template</strong> button in the upper-right corner of the Git repository. A list of options will be displayed.</p>
Expand Down Expand Up @@ -274,7 +274,7 @@ <h2 id="_copying_the_workshop_repository_on_github"><a class="anchor" href="#_co
</td>
<td class="content">
<div class="paragraph">
<p>You&#8217;ll be asked to use this repository throughout the workshop. Make sure to always use <strong>your copy</strong>, and <strong>not</strong> the original one owned by <em>evanshortiss</em> on GitHub!</p>
<p>You&#8217;ll be asked to use this repository throughout the workshop. Make sure to always use <strong>your copy</strong>, and <strong>not</strong> the original one owned by <em>redhat-scholars</em> on GitHub!</p>
</div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions summit-2023-gitops-workshop-guide/main/m5-ci-cd/deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h1 class="page">Continuous Delivery of an Application</h1>
<p>In this section you&#8217;re no longer acting as a cluster administrator, but are instead playing the role of a developer. Time to stretch your developer legs as the <code>foo</code> user, and have Argo CD continuously deploy an application of yours into the development environment that was setup in prior sections.</p>
</div>
<div class="paragraph">
<p>The application you&#8217;ll be using can be found at <a href="https://github.com/evanshortiss/rht-summit-2023-sample-application">github.com/evanshortiss/rht-summit-2023-sample-application</a>. This repository contains a simple web application that renders a web page containing a randomly chosen meme. The repository also contains a set of resources in the <em>k8s/</em> directory that will be used to deploy the application on OpenShift. You&#8217;re going to deploy this application into the <code>project-memes-dev</code> namespace, then make an update to the application Git repository that runs a CI pipeline, and observe how Argo CD detects the new changes and automatically deploys them to complete the CI/CD flow.</p>
<p>The application you&#8217;ll be using can be found at <a href="https://github.com/redhat-scholars/summit-2023-gitops-lab-sample-application">github.com/redhat-scholars/summit-2023-gitops-lab-sample-application</a>. This repository contains a simple web application that renders a web page containing a randomly chosen meme. The repository also contains a set of resources in the <em>k8s/</em> directory that will be used to deploy the application on OpenShift. You&#8217;re going to deploy this application into the <code>project-memes-dev</code> namespace, then make an update to the application Git repository that runs a CI pipeline, and observe how Argo CD detects the new changes and automatically deploys them to complete the CI/CD flow.</p>
</div>
<div class="paragraph">
<p><span class="image"><img src="_images/ex8.architecture.png" alt="ex8.architecture"></span></p>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h2 id="_create_the_random_meme_application"><a class="anchor" href="#_create_th
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Visit the <a href="https://github.com/evanshortiss/rht-summit-2023-sample-application">random-meme application repository</a>.</p>
<p>Visit the <a href="https://github.com/redhat-scholars/summit-2023-gitops-lab-sample-application">random-meme application repository</a>.</p>
</li>
<li>
<p>Click the <strong>Use this template</strong> button, and select <strong>Create a new repository</strong> from the list of options that are displayed.</p>
Expand Down

0 comments on commit 8571819

Please sign in to comment.