Kaynağa Gözat

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

gusfcarvalho 9 ay önce
ebeveyn
işleme
96f4e77c7e

+ 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">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="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="nt">data</span><span class="p">:</span>

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

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

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
main/search/search_index.json


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

@@ -58,6 +58,10 @@ spec:
       metadata:
         annotations: {}
         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
       data:

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor