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

Deployed 0bbfb1b9 to main with MkDocs 1.4.3 and mike 1.2.0.dev0

Skarlso 2 лет назад
Родитель
Сommit
774fb7b34a
3 измененных файлов с 22 добавлено и 0 удалено
  1. 22 0
      main/contributing/devguide/index.html
  2. 0 0
      main/search/search_index.json
  3. BIN
      main/sitemap.xml.gz

+ 22 - 0
main/contributing/devguide/index.html

@@ -1948,6 +1948,13 @@
     Building & Testing
   </a>
   
+</li>
+      
+        <li class="md-nav__item">
+  <a href="#using-tilt" class="md-nav__link">
+    Using Tilt
+  </a>
+  
 </li>
       
         <li class="md-nav__item">
@@ -2164,6 +2171,13 @@
     Building &amp; Testing
   </a>
   
+</li>
+      
+        <li class="md-nav__item">
+  <a href="#using-tilt" class="md-nav__link">
+    Using Tilt
+  </a>
+  
 </li>
       
         <li class="md-nav__item">
@@ -2225,6 +2239,14 @@ docker<span class="w"> </span>run<span class="w"> </span>--rm<span class="w"> </
 <p>Build the documentation:
 <div class="highlight"><pre><span></span><code>make<span class="w"> </span>docs
 </code></pre></div></p>
+<h2 id="using-tilt">Using Tilt</h2>
+<p><a href="https://tilt.dev">Tilt</a> can be used to develop external-secrets. Tilt will hot-reload changes to the code and replace
+the running binary in the container using a process manager of its own.</p>
+<p>To run tilt, download the utility for your operating system and run <code>make tilt-up</code>. This will do two things:
+- downloads tilt for the current OS and ARCH under <code>bin/tilt</code>
+- make manifest files of your current changes and place them under <code>./bin/deploy/manifests/external-secrets.yaml</code>
+- run tilt with <code>tilt run</code></p>
+<p>Hit <code>space</code> and you can observe all the pods starting up and track their output in the tilt UI.</p>
 <h2 id="installing">Installing</h2>
 <p>To install the External Secret Operator into a Kubernetes Cluster run:</p>
 <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


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