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

Deployed a2de6aec8 to main with MkDocs 1.6.1 and mike 1.2.0.dev0

Skarlso 10 месяцев назад
Родитель
Сommit
5a6cb0d23e

+ 27 - 0
main/api/clusterexternalsecret/index.html

@@ -928,6 +928,15 @@
     </span>
   </a>
   
+</li>
+      
+        <li class="md-nav__item">
+  <a href="#synchronizing-corresponding-externalsecrets" class="md-nav__link">
+    <span class="md-ellipsis">
+      Synchronizing corresponding ExternalSecrets
+    </span>
+  </a>
+  
 </li>
       
         <li class="md-nav__item">
@@ -3937,6 +3946,15 @@
     </span>
   </a>
   
+</li>
+      
+        <li class="md-nav__item">
+  <a href="#synchronizing-corresponding-externalsecrets" class="md-nav__link">
+    <span class="md-ellipsis">
+      Synchronizing corresponding ExternalSecrets
+    </span>
+  </a>
+  
 </li>
       
         <li class="md-nav__item">
@@ -4082,6 +4100,15 @@ If there is a conflict with an existing resource the controller will error out.<
 <span class="w">    </span><span class="nt">status</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;True&quot;</span>
 <span class="w">    </span><span class="nt">lastTransitionTime</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;2022-01-12T12:33:02Z&quot;</span>
 </code></pre></div>
+<h2 id="synchronizing-corresponding-externalsecrets">Synchronizing corresponding ExternalSecrets</h2>
+<p>Regular refreshes can be controlled using the <code>refreshPolicy</code> and
+<code>refreshInterval</code> fields. Adhoc synchronizations can be triggered by
+setting, updating or deleting the annotation <code>external-secrets.io/force-sync</code>
+on the ClusterExternalSecret:</p>
+<div class="highlight"><pre><span></span><code>kubectl annotate ces my-ces external-secrets.io/force-sync=$(date +%s) --overwrite
+</code></pre></div>
+<p>Changes to this annotation will be synchronized to all ExternalSecrets
+owned by the ClusterExternalSecret.</p>
 <h2 id="deprecations">Deprecations</h2>
 <h3 id="namespaceselector">namespaceSelector</h3>
 <p>The field <code>namespaceSelector</code> has been deprecated in favor of <code>namespaceSelectors</code> and will be removed in a future

+ 4 - 0
main/introduction/faq/index.html

@@ -4031,6 +4031,10 @@
 You just need to change an annotation, label or the spec of the resource:</p>
 <div class="highlight"><pre><span></span><code>kubectl annotate es my-es force-sync=$(date +%s) --overwrite
 </code></pre></div>
+<p>For ClusterExternalSecrets you can refresh all corresponding ExternalSecrets by changing
+the <code>external-secrets.io/force-sync</code> annotation on the ClusterExternalSecret resource:</p>
+<div class="highlight"><pre><span></span><code>kubectl annotate ces my-ces external-secrets.io/force-sync=$(date +%s) --overwrite
+</code></pre></div>
 <h2 id="how-do-i-know-when-my-secret-was-last-synced">How do I know when my secret was last synced?</h2>
 <p>The last synchronization timestamp of an ExternalSecret can be retrieved from the field <code>refreshTime</code>.</p>
 <div class="highlight"><pre><span></span><code>kubectl get es my-external-secret -o yaml | grep refreshTime

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


BIN
main/sitemap.xml.gz


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