Skip to content

Commit

Permalink
deploy: 71ab51a
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-ross[bot] committed Nov 26, 2023
1 parent c6ad430 commit a4f45ea
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,16 @@ <h3 id="gitops"><a class="header" href="#gitops">GitOps</a></h3>
<p><a href="https://github.com/renovatebot/renovate">Renovate</a> watches my <strong>entire</strong> repository looking for dependency updates, when they are found a PR is automatically created. When some PRs are merged <a href="https://github.com/fluxcd/flux2">Flux</a> applies the changes to my cluster.</p>
<h3 id="directories"><a class="header" href="#directories">Directories</a></h3>
<p>This Git repository contains the following directories under <a href="./kubernetes/">Kubernetes</a>.</p>
<pre><code class="language-sh"> kubernetes
├── main # main cluster
│ ├── apps # applications
│ ├── bootstrap # bootstrap procedures
│ ├── flux # core flux configuration
│ └── templates # re-useable components
└── storage # storage cluster
├── apps # applications
├── bootstrap # bootstrap procedures
└── flux # core flux configuration
<pre><code class="language-sh">📁 kubernetes
├── 📁 main # main cluster
│ ├── 📁 apps # applications
│ ├── 📁 bootstrap # bootstrap procedures
│ ├── 📁 flux # core flux configuration
│ └── 📁 templates # re-useable components
└── 📁 storage # storage cluster
├── 📁 apps # applications
├── 📁 bootstrap # bootstrap procedures
└── 📁 flux # core flux configuration
</code></pre>
<h3 id="cluster-layout"><a class="header" href="#cluster-layout">Cluster Layout</a></h3>
<p>Below is a high-level look at the layout of how my directory structure with Flux works. In this brief example, you are able to see that <code>authelia</code> will not be able to run until <code>lldap</code> and <code>cloudnative-pg</code> are running. It also shows that the <code>Cluster</code> custom resource depends on the <code>cloudnative-pg</code> Helm chart. This is needed because <code>cloudnative-pg</code> installs the <code>Cluster</code> custom resource definition in the Helm chart.</p>
Expand Down
20 changes: 10 additions & 10 deletions introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,16 @@ <h3 id="gitops"><a class="header" href="#gitops">GitOps</a></h3>
<p><a href="https://github.com/renovatebot/renovate">Renovate</a> watches my <strong>entire</strong> repository looking for dependency updates, when they are found a PR is automatically created. When some PRs are merged <a href="https://github.com/fluxcd/flux2">Flux</a> applies the changes to my cluster.</p>
<h3 id="directories"><a class="header" href="#directories">Directories</a></h3>
<p>This Git repository contains the following directories under <a href="./kubernetes/">Kubernetes</a>.</p>
<pre><code class="language-sh"> kubernetes
├── main # main cluster
│ ├── apps # applications
│ ├── bootstrap # bootstrap procedures
│ ├── flux # core flux configuration
│ └── templates # re-useable components
└── storage # storage cluster
├── apps # applications
├── bootstrap # bootstrap procedures
└── flux # core flux configuration
<pre><code class="language-sh">📁 kubernetes
├── 📁 main # main cluster
│ ├── 📁 apps # applications
│ ├── 📁 bootstrap # bootstrap procedures
│ ├── 📁 flux # core flux configuration
│ └── 📁 templates # re-useable components
└── 📁 storage # storage cluster
├── 📁 apps # applications
├── 📁 bootstrap # bootstrap procedures
└── 📁 flux # core flux configuration
</code></pre>
<h3 id="cluster-layout"><a class="header" href="#cluster-layout">Cluster Layout</a></h3>
<p>Below is a high-level look at the layout of how my directory structure with Flux works. In this brief example, you are able to see that <code>authelia</code> will not be able to run until <code>lldap</code> and <code>cloudnative-pg</code> are running. It also shows that the <code>Cluster</code> custom resource depends on the <code>cloudnative-pg</code> Helm chart. This is needed because <code>cloudnative-pg</code> installs the <code>Cluster</code> custom resource definition in the Helm chart.</p>
Expand Down
20 changes: 10 additions & 10 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,16 @@ <h3 id="gitops"><a class="header" href="#gitops">GitOps</a></h3>
<p><a href="https://github.com/renovatebot/renovate">Renovate</a> watches my <strong>entire</strong> repository looking for dependency updates, when they are found a PR is automatically created. When some PRs are merged <a href="https://github.com/fluxcd/flux2">Flux</a> applies the changes to my cluster.</p>
<h3 id="directories"><a class="header" href="#directories">Directories</a></h3>
<p>This Git repository contains the following directories under <a href="./kubernetes/">Kubernetes</a>.</p>
<pre><code class="language-sh"> kubernetes
├── main # main cluster
│ ├── apps # applications
│ ├── bootstrap # bootstrap procedures
│ ├── flux # core flux configuration
│ └── templates # re-useable components
└── storage # storage cluster
├── apps # applications
├── bootstrap # bootstrap procedures
└── flux # core flux configuration
<pre><code class="language-sh">📁 kubernetes
├── 📁 main # main cluster
│ ├── 📁 apps # applications
│ ├── 📁 bootstrap # bootstrap procedures
│ ├── 📁 flux # core flux configuration
│ └── 📁 templates # re-useable components
└── 📁 storage # storage cluster
├── 📁 apps # applications
├── 📁 bootstrap # bootstrap procedures
└── 📁 flux # core flux configuration
</code></pre>
<h3 id="cluster-layout"><a class="header" href="#cluster-layout">Cluster Layout</a></h3>
<p>Below is a high-level look at the layout of how my directory structure with Flux works. In this brief example, you are able to see that <code>authelia</code> will not be able to run until <code>lldap</code> and <code>cloudnative-pg</code> are running. It also shows that the <code>Cluster</code> custom resource depends on the <code>cloudnative-pg</code> Helm chart. This is needed because <code>cloudnative-pg</code> installs the <code>Cluster</code> custom resource definition in the Helm chart.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit a4f45ea

Please sign in to comment.