Просмотр исходного кода

Deployed 1f665cea to main with MkDocs 1.4.3 and mike 1.2.0.dev0

moolen 2 лет назад
Родитель
Сommit
5dcec3a012

+ 4 - 1
main/introduction/getting-started/index.html

@@ -2307,7 +2307,10 @@ and manages Kubernetes secret resources with ExternalSecret resources.</p>
 to a supported version before installing external-secrets.</p>
 </blockquote>
 <h2 id="installing-with-helm">Installing with Helm</h2>
-<p>The default install options will automatically install and manage the CRDs as part of your helm release. If you do not want the CRDs to be automatically upgraded and managed, you must set the <code>installCRDs</code> option to <code>false</code>. (e.g. <code>--set installCRDS=false</code>)</p>
+<p>The default install options will automatically install and manage the CRDs as part of your helm release. If you do not want the CRDs to be automatically upgraded and managed, you must set the <code>installCRDs</code> option to <code>false</code>. (e.g. <code>--set installCRDs=false</code>)</p>
+<p>You can install those CRDs outside of <code>helm</code> using:
+<div class="highlight"><pre><span></span><code>kubectl<span class="w"> </span>apply<span class="w"> </span>-k<span class="w"> </span><span class="s2">&quot;https://github.com/external-secrets/external-secrets//config/crds/bases?ref=v0.9.11&quot;</span>
+</code></pre></div></p>
 <p>Uncomment the relevant line in the next steps to disable the automatic install of CRDs.</p>
 <h3 id="option-1-install-from-chart-repository">Option 1: Install from chart repository</h3>
 <div class="highlight"><pre><span></span><code>helm<span class="w"> </span>repo<span class="w"> </span>add<span class="w"> </span>external-secrets<span class="w"> </span>https://charts.external-secrets.io

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
main/search/search_index.json


BIN
main/sitemap.xml.gz


Некоторые файлы не были показаны из-за большого количества измененных файлов