Skip to content

Commit

Permalink
[CI] Publish Documentation for 6ca1b81 - 6ca1b81 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Jan 9, 2024
1 parent f0e632c commit 51ae627
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
22 changes: 20 additions & 2 deletions openshift-gitops-workshop/03-kustomize.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,16 @@ <h3 id="_kustomize_build"><a class="anchor" href="#_kustomize_build"></a>Kustomi
containers:
- image: quay.io/redhatworkshops/welcome-php:latest
name: welcome-php
resources: {}</code></pre>
resources: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -531,7 +540,16 @@ <h3 id="_kustomize_edit"><a class="anchor" href="#_kustomize_edit"></a>Kustomize
containers:
- image: quay.io/redhatworkshops/welcome-php:ffcd15
name: welcome-php
resources: {}</code></pre>
resources: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault</code></pre>
</div>
</div>
<div class="admonitionblock note">
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-05T18:01:44.528Z</lastmod>
<lastmod>2024-01-09T16:01:43.917Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/02-gitops-basics.html</loc>
<lastmod>2024-01-05T18:01:44.528Z</lastmod>
<lastmod>2024-01-09T16:01:43.917Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/03-kustomize.html</loc>
<lastmod>2024-01-05T18:01:44.528Z</lastmod>
<lastmod>2024-01-09T16:01:43.917Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/04-helm.html</loc>
<lastmod>2024-01-05T18:01:44.528Z</lastmod>
<lastmod>2024-01-09T16:01:43.917Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/05-syncwaves-hooks.html</loc>
<lastmod>2024-01-05T18:01:44.528Z</lastmod>
<lastmod>2024-01-09T16:01:43.917Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/06-conclusion.html</loc>
<lastmod>2024-01-05T18:01:44.528Z</lastmod>
<lastmod>2024-01-09T16:01:43.917Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/openshift-gitops-workshop/openshift-gitops-workshop/index.html</loc>
<lastmod>2024-01-05T18:01:44.528Z</lastmod>
<lastmod>2024-01-09T16:01:43.917Z</lastmod>
</url>
</urlset>

0 comments on commit 51ae627

Please sign in to comment.