Skip to content

Commit

Permalink
[CI] Publish Documentation for e851e69 - e851e69 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Jan 5, 2024
1 parent ec3d026 commit ebe90b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
16 changes: 9 additions & 7 deletions openshift-gitops-workshop/04-helm.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ <h4 id="_step_1_view_the_argo_cd_application_configuration"><a class="anchor" hr
<div class="paragraph">
<p>You should see the following output:</p>
</div>
<div class="listingblock console-output">
<div class="listingblock">
<div class="title">link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/main/documentation/modules/ROOT/examples/bgd-app-helm.yaml,window='_blank']</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-yaml hljs" data-lang="yaml">apiVersion: argoproj.io/v1alpha1
kind: Application
Expand All @@ -500,7 +501,7 @@ <h4 id="_step_1_view_the_argo_cd_application_configuration"><a class="anchor" hr
spec:
destination:
name: ''
namespace: user1-bgd
namespace: user1-bgdh
server: 'https://kubernetes.default.svc'
source:
path: documentation/modules/ROOT/examples/bgd-helm-chart
Expand All @@ -515,7 +516,7 @@ <h4 id="_step_1_view_the_argo_cd_application_configuration"><a class="anchor" hr
</div>
</div>
<div class="paragraph">
<p>This YAML configuration defines an Argo CD Application named "bgd-helm" that deploys a Helm chart from a specific Git repository to the "user1-bgd".</p>
<p>This YAML configuration defines an Argo CD Application named "bgd-helm" that deploys a Helm chart from a specific Git repository to the "user1-bgdh" namespace.</p>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -664,7 +665,7 @@ <h4 id="_step_5_confirming_the_change"><a class="anchor" href="#_step_5_confirmi
</div>
<div class="listingblock console-input">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc get route bgd-helm -n user%USERNUM%-bgd -o jsonpath='{"http://"}{.spec.host}{"\n"}'</code></pre>
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc get route bgd-helm -n user%USERNUM%-bgdh -o jsonpath='{"http://"}{.spec.host}{"\n"}'</code></pre>
</div>
</div>
<div class="imageblock">
Expand All @@ -691,7 +692,8 @@ <h4 id="_step_1_examine_the_parameterised_configuration"><a class="anchor" href=
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">cat ~/openshift-gitops-workshop/documentation/modules/ROOT/examples/bgd-app-helm-para.yaml</code></pre>
</div>
</div>
<div class="listingblock console-output">
<div class="listingblock">
<div class="title">link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/main/documentation/modules/ROOT/examples/bgd-app-helm-para.yaml,window='_blank']</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-yaml hljs" data-lang="yaml">apiVersion: argoproj.io/v1alpha1
kind: Application
Expand All @@ -700,7 +702,7 @@ <h4 id="_step_1_examine_the_parameterised_configuration"><a class="anchor" href=
spec:
destination:
name: ''
namespace: user1-bgd
namespace: user1-bgdh
server: 'https://kubernetes.default.svc'
source:
path: documentation/modules/ROOT/examples/bgd-helm-chart
Expand Down Expand Up @@ -762,7 +764,7 @@ <h4 id="_step_2_apply_the_parameterised_configuration"><a class="anchor" href="#
</div>
<div class="listingblock console-input">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc get route bgd-helm -n user%USERNUM%-bgd -o jsonpath='{"http://"}{.spec.host}{"\n"}'</code></pre>
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc get route bgd-helm -n user%USERNUM%-bgdh -o jsonpath='{"http://"}{.spec.host}{"\n"}'</code></pre>
</div>
</div>
<div class="imageblock">
Expand Down
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/01-getting-started.html</loc>
<lastmod>2024-01-03T17:40:29.450Z</lastmod>
<lastmod>2024-01-05T17:45:34.358Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/02-gitops-basics.html</loc>
<lastmod>2024-01-03T17:40:29.450Z</lastmod>
<lastmod>2024-01-05T17:45:34.358Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/03-kustomize.html</loc>
<lastmod>2024-01-03T17:40:29.450Z</lastmod>
<lastmod>2024-01-05T17:45:34.358Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/04-helm.html</loc>
<lastmod>2024-01-03T17:40:29.450Z</lastmod>
<lastmod>2024-01-05T17:45:34.358Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/05-syncwaves-hooks.html</loc>
<lastmod>2024-01-03T17:40:29.450Z</lastmod>
<lastmod>2024-01-05T17:45:34.358Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/06-conclusion.html</loc>
<lastmod>2024-01-03T17:40:29.450Z</lastmod>
<lastmod>2024-01-05T17:45:34.358Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/index.html</loc>
<lastmod>2024-01-03T17:40:29.450Z</lastmod>
<lastmod>2024-01-05T17:45:34.358Z</lastmod>
</url>
</urlset>

0 comments on commit ebe90b7

Please sign in to comment.