Skip to content

Commit

Permalink
Deployed 175d4dc to welkin with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-elastisys committed Dec 6, 2024
1 parent 9de8bbe commit c99460d
Show file tree
Hide file tree
Showing 1,547 changed files with 1,575 additions and 1,548 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions welkin/operator-manual/air-gapped/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4212,21 +4212,30 @@ <h1 id="welkin-in-air-gapped-network">Welkin in Air-gapped Network<a class="head
<p class="admonition-title">For Elastisys Self-Managed Customers</p>
<p>Please start by running <a href="../troubleshooting/#i-have-no-clue-where-to-start">these commands</a>.</p>
<p>If you are struggling, don't hesitate to <a href="https://elastisys.atlassian.net/servicedesk/customer/portals">file a ticket</a>.</p>
<p>You can run the following command from the <a href="https://github.com/elastisys/compliantkubernetes-apps">compliantkubernetes-apps</a> repository to collect diagnostic information that will help us support you.</p>
<p><code>CK8S_PGP_FP=&lt;fingerprint provided during onboarding&gt; ./bin/ck8s diagnostics &lt;wc|sc&gt;</code></p>
<p>You can run the following command from the <a href="https://github.com/elastisys/compliantkubernetes-apps">compliantkubernetes-apps</a> repository to collect diagnostic information that will help us support you.
Ensure that you have put fingerprints received from Elastisys in a file named <code>${CK8S_CONFIG_PATH}/diagnostics_receiver.gpg</code>.</p>
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;
</code></pre></div>
<p><details><summary>Show more examples on using the diagnostics command</summary>
The command <code>ck8s diagnostics</code> can be provided with different flags to gather additional information from your environment, to see all available options run:</p>
<p><code>./bin/ck8s diagnostics &lt;wc|sc&gt; --help</code></p>
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--help
</code></pre></div>
<p>Some example use cases:</p>
<ul>
<li>
<p>To include config files found in <code>CK8S_CONFIG_PATH</code>:</p>
<div class="highlight"><pre><span></span><code><span class="nv">CK8S_PGP_FP</span><span class="o">=</span>&lt;fingerprints&gt;<span class="w"> </span>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--include-config
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--include-config
</code></pre></div>
</li>
<li>
<p>To retrieve more information such as YAML manifests for resources in a specific namespace, in this example <code>ingress-nginx</code>:</p>
<div class="highlight"><pre><span></span><code><span class="nv">CK8S_PGP_FP</span><span class="o">=</span>&lt;fingerprints&gt;<span class="w"> </span>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--namespace<span class="w"> </span>ingress-nginx
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>namespace<span class="w"> </span>ingress-nginx
</code></pre></div>
</li>
<li>
<p>It is also possible to set which GPG keys should be used by setting <code>CK8S_PGP_FP</code>:</p>
<div class="highlight"><pre><span></span><code><span class="nb">export</span><span class="w"> </span><span class="nv">CK8S_PGP_FP</span><span class="o">=</span>&lt;gpg-fingerprint1&gt;,&lt;gpg-fingerprint2&gt;
./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>namespace<span class="w"> </span>ingress-nginx
</code></pre></div>
</li>
</ul>
Expand Down
19 changes: 14 additions & 5 deletions welkin/operator-manual/common/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4186,21 +4186,30 @@ <h3 id="test-s3">Test S3<a class="headerlink" href="#test-s3" title="Permanent l
<p class="admonition-title">For Elastisys Self-Managed Customers</p>
<p>Please start by running <a href="../troubleshooting/#i-have-no-clue-where-to-start">these commands</a>.</p>
<p>If you are struggling, don't hesitate to <a href="https://elastisys.atlassian.net/servicedesk/customer/portals">file a ticket</a>.</p>
<p>You can run the following command from the <a href="https://github.com/elastisys/compliantkubernetes-apps">compliantkubernetes-apps</a> repository to collect diagnostic information that will help us support you.</p>
<p><code>CK8S_PGP_FP=&lt;fingerprint provided during onboarding&gt; ./bin/ck8s diagnostics &lt;wc|sc&gt;</code></p>
<p>You can run the following command from the <a href="https://github.com/elastisys/compliantkubernetes-apps">compliantkubernetes-apps</a> repository to collect diagnostic information that will help us support you.
Ensure that you have put fingerprints received from Elastisys in a file named <code>${CK8S_CONFIG_PATH}/diagnostics_receiver.gpg</code>.</p>
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;
</code></pre></div>
<p><details><summary>Show more examples on using the diagnostics command</summary>
The command <code>ck8s diagnostics</code> can be provided with different flags to gather additional information from your environment, to see all available options run:</p>
<p><code>./bin/ck8s diagnostics &lt;wc|sc&gt; --help</code></p>
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--help
</code></pre></div>
<p>Some example use cases:</p>
<ul>
<li>
<p>To include config files found in <code>CK8S_CONFIG_PATH</code>:</p>
<div class="highlight"><pre><span></span><code><span class="nv">CK8S_PGP_FP</span><span class="o">=</span>&lt;fingerprints&gt;<span class="w"> </span>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--include-config
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--include-config
</code></pre></div>
</li>
<li>
<p>To retrieve more information such as YAML manifests for resources in a specific namespace, in this example <code>ingress-nginx</code>:</p>
<div class="highlight"><pre><span></span><code><span class="nv">CK8S_PGP_FP</span><span class="o">=</span>&lt;fingerprints&gt;<span class="w"> </span>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>--namespace<span class="w"> </span>ingress-nginx
<div class="highlight"><pre><span></span><code>./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>namespace<span class="w"> </span>ingress-nginx
</code></pre></div>
</li>
<li>
<p>It is also possible to set which GPG keys should be used by setting <code>CK8S_PGP_FP</code>:</p>
<div class="highlight"><pre><span></span><code><span class="nb">export</span><span class="w"> </span><span class="nv">CK8S_PGP_FP</span><span class="o">=</span>&lt;gpg-fingerprint1&gt;,&lt;gpg-fingerprint2&gt;
./bin/ck8s<span class="w"> </span>diagnostics<span class="w"> </span>&lt;wc<span class="p">|</span>sc&gt;<span class="w"> </span>namespace<span class="w"> </span>ingress-nginx
</code></pre></div>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3928,7 +3928,7 @@ <h1>Config additional properties</h1>
</table>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3915,7 +3915,7 @@ <h1 id="untitled-boolean-in-welkin-apps-config-schema">Untitled boolean in Welki
</code></pre></div>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3971,7 +3971,7 @@ <h2 id="enabled">enabled<a class="headerlink" href="#enabled" title="Permanent l
</code></pre></div>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
2 changes: 1 addition & 1 deletion welkin/operator-manual/schema/config-allof-0-if/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ <h2 id="trivy">trivy<a class="headerlink" href="#trivy" title="Permanent link">&
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3968,7 +3968,7 @@ <h2 id="ips">ips<a class="headerlink" href="#ips" title="Permanent link">&para;<
<p><code>string[]</code></p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ <h2 id="trivy">trivy<a class="headerlink" href="#trivy" title="Permanent link">&
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ <h2 id="global">global<a class="headerlink" href="#global" title="Permanent link
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ <h2 id="networkpolicies">networkPolicies<a class="headerlink" href="#networkpoli
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
2 changes: 1 addition & 1 deletion welkin/operator-manual/schema/config-allof-0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3915,7 +3915,7 @@ <h1 id="untitled-boolean-in-welkin-apps-config-schema">Untitled boolean in Welki
</code></pre></div>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3915,7 +3915,7 @@ <h1 id="untitled-boolean-in-welkin-apps-config-schema">Untitled boolean in Welki
</code></pre></div>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3971,7 +3971,7 @@ <h2 id="enabled">enabled<a class="headerlink" href="#enabled" title="Permanent l
</code></pre></div>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ <h1 id="untitled-undefined-type-in-welkin-apps-config-schema">Untitled undefined
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ <h2 id="slack">slack<a class="headerlink" href="#slack" title="Permanent link">&
<p>unknown</p>
<p><a href="../config/">Return to the root config schema</a></p>
<hr />
<p>Generated Fri Dec 6 03:52:20 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>
<p>Generated Fri Dec 6 10:42:38 UTC 2024 from <a href="https://github.com/elastisys/compliantkubernetes-apps/commit/5048f03261b9c1b2b9a3028a17091ce475fa7140">elastisys/compliantkubernetes-apps@main</a></p>



Expand Down
Loading

0 comments on commit c99460d

Please sign in to comment.