Browse Source

docs: fix templating.md (#6168)

Daniel Engbert 1 week ago
parent
commit
7441b6a513
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/guides/templating.md

+ 1 - 1
docs/guides/templating.md

@@ -9,7 +9,7 @@ Each data value is interpreted as a [Go template](https://golang.org/pkg/text/te
     Consider using camelcase when defining  **.'spec.data.secretkey'**, example: serviceAccountToken
 
     If your secret keys contain **`-` (dashes)**, you will need to reference them using **`index`** </br>
-    Example: **`\{\{ index .data "service-account-token" \}\}`**
+    Example: {% raw %}**`{{ index .data "service-account-token" }}`**{% endraw %}
 
 ## Helm