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

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

Skarlso 2 месяцев назад
Родитель
Сommit
e0850d7b99

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

@@ -5167,6 +5167,10 @@ be transformed and saved as a <code>Kind=Secret</code>:</p>
 <span class="w">      </span><span class="nt">type</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">kubernetes.io/dockerconfigjson</span><span class="w"> </span><span class="c1"># or TLS...</span>
 
 <span class="w">      </span><span class="nt">metadata</span><span class="p">:</span>
+<span class="w">        </span><span class="c1"># Labels and annotations to set on the Secret.</span>
+<span class="w">        </span><span class="c1"># When a template is defined, these replace the default behavior</span>
+<span class="w">        </span><span class="c1"># of copying labels and annotations from the ExternalSecret.</span>
+<span class="w">        </span><span class="c1"># Set to an empty map ({}) to prevent any labels or annotations from being copied.</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>

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


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

@@ -56,6 +56,10 @@ spec:
       type: kubernetes.io/dockerconfigjson # or TLS...
 
       metadata:
+        # Labels and annotations to set on the Secret.
+        # When a template is defined, these replace the default behavior
+        # of copying labels and annotations from the ExternalSecret.
+        # Set to an empty map ({}) to prevent any labels or annotations from being copied.
         annotations: {}
         labels: {}
         # The finalizers will be added to the Secret.

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