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

Deployed 7441b6a51 to main with MkDocs 1.6.1 and mike 1.2.0.dev0

Skarlso 2 месяцев назад
Родитель
Сommit
3795c103c9
3 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      main/guides/templating/index.html
  2. 0 0
      main/search/search_index.json
  3. BIN
      main/sitemap.xml.gz

+ 1 - 1
main/guides/templating/index.html

@@ -5197,7 +5197,7 @@
 <p class="admonition-title">Note</p>
 <p>Consider using camelcase when defining  <strong>.'spec.data.secretkey'</strong>, example: serviceAccountToken</p>
 <p>If your secret keys contain <strong><code>-</code> (dashes)</strong>, you will need to reference them using <strong><code>index</code></strong> </br>
-Example: <strong><code>\{\{ index .data "service-account-token" \}\}</code></strong></p>
+Example: <strong><code>{{ index .data "service-account-token" }}</code></strong></p>
 </div>
 <h2 id="helm">Helm</h2>
 <p>When installing ExternalSecrets via <code>helm</code>, the template must be escaped so that <code>helm</code> will not try to render it. The most straightforward way to accomplish this would be to use backticks (<a href="https://pkg.go.dev/text/template#hdr-Examples">raw string constants</a>):</p>

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


BIN
main/sitemap.xml.gz


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