فهرست منبع

Deployed 31c4304bb to main with MkDocs 1.6.1 and mike 1.2.0.dev0

gusfcarvalho 9 ماه پیش
والد
کامیت
96f4e77c7e
4فایلهای تغییر یافته به همراه19 افزوده شده و 0 حذف شده
  1. 4 0
      main/api/externalsecret/index.html
  2. 11 0
      main/api/spec/index.html
  3. 0 0
      main/search/search_index.json
  4. 4 0
      main/snippets/full-external-secret.yaml

+ 4 - 0
main/api/externalsecret/index.html

@@ -4234,6 +4234,10 @@ be transformed and saved as a <code>Kind=Secret</code>:</p>
 <span class="w">      </span><span class="nt">metadata</span><span class="p">:</span>
 <span class="w">      </span><span class="nt">metadata</span><span class="p">:</span>
 <span class="w">        </span><span class="nt">annotations</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">{}</span>
 <span class="w">        </span><span class="nt">annotations</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">{}</span>
 <span class="w">        </span><span class="nt">labels</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">{}</span>
 <span class="w">        </span><span class="nt">labels</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">{}</span>
+<span class="w">        </span><span class="c1"># The finalizers will be added to the Secret.</span>
+<span class="w">        </span><span class="c1"># It is expected that finalizers will be deleted with custom cleanup functionality.</span>
+<span class="w">        </span><span class="c1"># This is required when another chart depends on the Secret, and it is needed to prevent the Secret from being deleted too early.</span>
+<span class="w">        </span><span class="nt">finalizers</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[]</span>
 
 
 <span class="w">      </span><span class="c1"># Use inline templates to construct your desired config file that contains your secret</span>
 <span class="w">      </span><span class="c1"># Use inline templates to construct your desired config file that contains your secret</span>
 <span class="w">      </span><span class="nt">data</span><span class="p">:</span>
 <span class="w">      </span><span class="nt">data</span><span class="p">:</span>

+ 11 - 0
main/api/spec/index.html

@@ -8498,6 +8498,17 @@ map[string]string
 <em>(Optional)</em>
 <em>(Optional)</em>
 </td>
 </td>
 </tr>
 </tr>
+<tr>
+<td>
+<code>finalizers</code></br>
+<em>
+[]string
+</em>
+</td>
+<td>
+<em>(Optional)</em>
+</td>
+</tr>
 </tbody>
 </tbody>
 </table>
 </table>
 <h3 id="external-secrets.io/v1.ExternalSecretValidator">ExternalSecretValidator
 <h3 id="external-secrets.io/v1.ExternalSecretValidator">ExternalSecretValidator

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
main/search/search_index.json


+ 4 - 0
main/snippets/full-external-secret.yaml

@@ -58,6 +58,10 @@ spec:
       metadata:
       metadata:
         annotations: {}
         annotations: {}
         labels: {}
         labels: {}
+        # The finalizers will be added to the Secret.
+        # It is expected that finalizers will be deleted with custom cleanup functionality.
+        # This is required when another chart depends on the Secret, and it is needed to prevent the Secret from being deleted too early.
+        finalizers: []
 
 
       # Use inline templates to construct your desired config file that contains your secret
       # Use inline templates to construct your desired config file that contains your secret
       data:
       data:

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است